diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d88f54a4f252f24ff435319d2fd489f1f39b80c2..4ecfde832b23b18a66000fc4568e1b896e7e7a6c 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-15 ------------------- diff --git a/docs/conf.py b/docs/conf.py index 878f2d8929145fdb8b21f03ea63ba346269ba2a9..b37b0f814f16734100037dfe13bc1d8a4e007456 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 d43d73bc1f9d142aef1d5d7b123c2d1c6360f71b..13197940261f1aeab62e33486e72c17718553219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "3.0" +version = "3.0.1.dev0" packages = [ { include = "aleksis" } ]