diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 68c0033c89d508fa25e7a64a3df13f8ad135b581..33081e738d1c3eb030ffd3df71407323e0ed4931 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.1`_ - 2022-02-12 +--------------------- Fixed ~~~~~ @@ -15,7 +15,7 @@ Fixed * Status icon in single-lesson view showed 'Missing data' although the data were complete. * The personal note tab of a lesson was not well usable on mobile devices. -`2.0` - 2022-02-06 +`2.0`_ - 2022-02-06 ------------------ Changed @@ -28,7 +28,7 @@ Fixed * Events without groups caused an error when not accessed through the week view. -`2.0rc7` - 2021-12-25 +`2.0rc7`_ - 2021-12-25 --------------------- Changed @@ -236,3 +236,4 @@ Fixed .. _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 +.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0.1 diff --git a/docs/conf.py b/docs/conf.py index e0e13783cc61f30ab5ac143858947a5c1d63d39c..584ec621a7ba5e2a9ad14930ab79a970a23f336a 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.0.1.dev0" +release = "2.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0f71a68949149612191b55b59a59e63f42e07e9d..9dc5d1f7916985281c6796233844e0561eed72a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.0.1.dev0" +version = "2.0.1" packages = [ { include = "aleksis" } ]