diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6cb7c02e752781218762c5071422fb47afba2e6c..a305057154a89be29c8a7f9817d22c01b0e17836 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,14 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +`2.0.2`_ - 2022-01-16 +------------------- + +Fixed +~~~~~ + +* Add documentation. + `2.0.1`_ - 2022-01-04 --------------------- @@ -106,3 +114,4 @@ Added .. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0rc3 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.1 +.. _2.0.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.2 diff --git a/docs/conf.py b/docs/conf.py index 9f73eb50605e3e3a1ef441f269db90f6549753a2..08dbe550dd1cde1a494745798d7c55311224f66c 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.2.dev0" +release = "2.0.3.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3af0a2561da8384cb07d8247a2729e939e3c4c94..4f381eb626ae33916afebf11ade17d1eaf045260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Hjelp" -version = "2.0.2.dev0" +version = "2.0.3.dev0" packages = [ { include = "aleksis" } ]