diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92dc14e84a5c337613194c01bb48da1022a331a3..d97fe8f7db19bd4b213bdce0a70b2c82b5bb956a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,9 @@ 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.3.2`_ - 2022-09-01 --------------------- diff --git a/docs/conf.py b/docs/conf.py index ec54632eaa3bdd37fb807757c1ea168d96d46592..28e42880a3d3ccf4d91945082360ea96fcde55f2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.3" # The full version, including alpha/beta/rc tags -release = "2.3.2" +release = "2.3.3.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e25ef22063c7423833e619f0c71ec42e17c89e5c..0a78eeefa4c8dcf801159165b09334534bdfb2f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Untis" -version = "2.3.2" +version = "2.3.3.dev0" packages = [ { include = "aleksis" } ]