diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 58f194b20aa6401680edab8405391885e40e9aa5..e5f7500cffdaea636f2da4cf683b290ea8107495 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,9 +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`_ - 2023-05-14 +------------------- Fixed ~~~~~ @@ -16,8 +15,8 @@ Fixed * The Matrix groups and rooms threw a 404 error. * The Matrix parent menu point was displayed even though the user had no permission to see it. -`2.0b0` - 2023-02-23 --------------------- +`2.0b0`_ - 2023-02-23 +--------------------- This version requires AlekSIS-Core 3.0. It is incompatible with any previous version. @@ -45,3 +44,4 @@ Added .. _1.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/1.0 .. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/2.0b0 +.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/2.0 diff --git a/docs/conf.py b/docs/conf.py index 241d422ba25b7dfa14b3789c4d454bec4becbf83..4e81cef3d04c9aca29a279dd1b5df22cc913fa69 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.0b0" +release = "2.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9be68ea1c451986cc541c6e49bfb919fd5f05cf1..068bbf4b0618f9127750e6d65c95b566abbe74e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Matrix" -version = "2.0b0" +version = "2.0" packages = [ { include = "aleksis" } ] @@ -32,7 +32,7 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -aleksis-core = "^3.0b0" +aleksis-core = "^3.0" [tool.poetry.dev-dependencies] aleksis-builddeps = ">=2023.1.dev0"