diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8e558fb1956617ff36280768b3fefdef47089f47..5f832681ceb1b97e6cb2ab8f6895f0740fae5c16 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +`2.2`_ - 2022-04-10 +------------------- + Added ~~~~~ diff --git a/docs/conf.py b/docs/conf.py index ab89cfeaf2822a867e3757347d97986de72f6b14..d8211b0981620a02016b7c72f31bde1f393c593f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "2.1" +version = "2.2" # The full version, including alpha/beta/rc tags -release = "2.1.4.dev0" +release = "2.2.1.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 15e99501572e24413bd38cd699526278a8e92e9f..4103538d92fd1be25e177aecfc58218ca9f56dfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Untis" -version = "2.2a0" +version = "2.2.1.dev0" packages = [ { include = "aleksis" } ]