diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a86b839091ded85b0ca012df583bf49f1f268132..1d310436240248b1adb27c720c9557ef6414ff0d 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.1`_ - 2022-08-13 --------------------- diff --git a/docs/conf.py b/docs/conf.py index 0f4a82ab389863bb3de5dd3933c7aeec29407117..d6cc388416ed70e881d8886dbd9d4122d77ed7cb 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.1" +release = "2.3.2.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 883c2280f25e662bd41075593ef25b8b0ba441ec..8a2c9544c20102b779b79aad0a6fbf304f180231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Untis" -version = "2.3.1" +version = "2.3.2.dev0" packages = [ { include = "aleksis" } ]