diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eaef36f2ca7c2b9f78cec9516ccb3bb6774241ba..d88f54a4f252f24ff435319d2fd489f1f39b80c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. -Unreleased ----------- +`3.0`_ - 2023-05-15 +------------------- Fixed ~~~~~ @@ -18,7 +18,7 @@ Fixed * Absences with custom excuse types were not counted correctly. * Tabs on the week overview page were not displayed. -`3.0b0`_ - 2022-02-28 +`3.0b0`_ - 2023-02-28 --------------------- This version requires AlekSIS-Core 3.0. It is incompatible with any previous @@ -315,3 +315,4 @@ Fixed .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1 .. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1.1 .. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0b0 +.. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0 diff --git a/docs/conf.py b/docs/conf.py index 2320d733978cad3af304bf024c0c4f7587e1511d..878f2d8929145fdb8b21f03ea63ba346269ba2a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0b0" +release = "3.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 214d18ef11321bbc6fafea0ea443b96467ca0a20..d43d73bc1f9d142aef1d5d7b123c2d1c6360f71b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "3.0b0" +version = "3.0" packages = [ { include = "aleksis" } ] @@ -48,9 +48,9 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -aleksis-core = "^3.0b0" -aleksis-app-chronos = "^3.0b0" -aleksis-app-stoelindeling = { version = "^2.0b0", optional = true } +aleksis-core = "^3.0" +aleksis-app-chronos = "^3.0" +aleksis-app-stoelindeling = { version = "^2.0", optional = true } [tool.poetry.dev-dependencies] aleksis-builddeps = "*"