diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0decd4f848a2b3fca3e0039955e48a9a470e8df8..9946633ec579818c2f01c31f87ea38988aba9cd3 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.1`_ - 2022-06-25 ------------------- diff --git a/docs/conf.py b/docs/conf.py index 165df9ef5f3679f93dd7e9df67de17ea1f63915e..1bb1712a1d993fe8523eed1d34291b7865c37aa6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.1" # The full version, including alpha/beta/rc tags -release = "2.1" +release = "2.1.1.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 6b499afbe9dc803d95909788e00032698b759854..1381bc6d33e3ef546a6555d1e8695cae267f33d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.1" +version = "2.1.1.dev0" packages = [ { include = "aleksis" } ]