diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5c27516ad3c11bc433c33d63eac8c65b6442f55..6b15e880349b8d0e5d378a72c7c0ef69befc7b51 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +`2.0` - 2022-02-06 +------------------ + Changed ~~~~~~~ @@ -226,3 +229,4 @@ Fixed .. _2.0rc5: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc5 .. _2.0rc6: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc6 .. _2.0rc7: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc7 +.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0 diff --git a/docs/conf.py b/docs/conf.py index 9339a7085beb6e6fe86786bf476e7b5d01c0245f..e0e13783cc61f30ab5ac143858947a5c1d63d39c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.0" # The full version, including alpha/beta/rc tags -release = "2.0rc8" +release = "2.0.1.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index edc504733396032e0248b9dc580626c89b062285..0f71a68949149612191b55b59a59e63f42e07e9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.0rc8" +version = "2.0.1.dev0" packages = [ { include = "aleksis" } ] @@ -48,8 +48,8 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -aleksis-core = "^2.2" -aleksis-app-chronos = "^2.0rc3" +aleksis-core = "^2.7" +aleksis-app-chronos = "^2.2" [tool.poetry.dev-dependencies] aleksis-builddeps = "^6"