diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ab6d80eebe0647d1bf5d291af9e6cf540a36ea6..d8afb758fa5c3b90136cbe45d55d0aec50d3172f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +`2.1.1`_ - 2022-09-01 +--------------------- + Fixed ~~~~~ @@ -271,3 +274,4 @@ Fixed .. _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 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1 +.. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1.1 diff --git a/docs/conf.py b/docs/conf.py index 1bb1712a1d993fe8523eed1d34291b7865c37aa6..59ca213449c1f46b86ef5340aaac7c21447cb4e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.1" # The full version, including alpha/beta/rc tags -release = "2.1.1.dev0" +release = "2.2.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index eb3cff73affb6750005381f2b2f03d818f1c089f..bb15d014a4509f016d7d5c7e940dcbc6bb249c08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.1.1.dev0" +version = "2.2.dev0" packages = [ { include = "aleksis" } ]