diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5c27516ad3c11bc433c33d63eac8c65b6442f55..c40216150f3aadf0c36c4b6774fe1fb43ad615a8 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 ----------- +`2.0` - 2022-02-06 +------------------ Changed ~~~~~~~ @@ -226,3 +226,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..11400bd788449cfb85b134808a5f6cfa4c8438ba 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" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index edc504733396032e0248b9dc580626c89b062285..81cbc9853c85907ae493bb5ee10a47567ef86d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.0rc8" +version = "2.0" 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"