diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 46340d49368b56c2815688e5905b716c6b472067..aa9e24b50ca411a7bce65883b66b41fc262a17c2 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.7.2`_ - 2022-01-31 --------------------- diff --git a/docs/conf.py b/docs/conf.py index 6df92d2acec415cffe41dabbadec3a8c3031407c..b4ae8848dea26ac31ba2c8e964475666ce569884 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.7" # The full version, including alpha/beta/rc tags -release = "2.7.2" +release = "2.7.3.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 518db980fb362fea142f65c2939ff2424cc771f8..8e33c935254407385a114b1bf530a336dc6b9ee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.7.2" +version = "2.7.3.dev0" packages = [ { include = "aleksis" } ]