diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 12c524c774686335d093ed822ae1926d1000f445..cd41b2852982abd25bb9278a7610c55625a97e22 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 +---------- + `3.0`_ - 2023-05-14 ------------------- diff --git a/docs/conf.py b/docs/conf.py index 8f61ca2261682b609d9e83ab341e349eaba45d5a..7c7d6663eee95986b6bffa895304dd549a9ec823 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0" +release = "3.0.1.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c7fa2c0739023482bab03cd18b527ccd8285a1d7..f1aff7e87143b4bb98d8be89280475d7759446a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Chronos" -version = "3.0" +version = "3.0.1.dev0" packages = [ { include = "aleksis" } ]