diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 33081e738d1c3eb030ffd3df71407323e0ed4931..e1b242414f482fd354ccba42e28efc11190c167a 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.0.1`_ - 2022-02-12 --------------------- diff --git a/docs/conf.py b/docs/conf.py index 584ec621a7ba5e2a9ad14930ab79a970a23f336a..d1074475351acac1216bd056058d546996fd6fea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.0" # The full version, including alpha/beta/rc tags -release = "2.0.1" +release = "2.0.2.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9dc5d1f7916985281c6796233844e0561eed72a8..aea27ff88a50f406c4b2741c6e9fe2867e323833 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.0.1" +version = "2.0.2.dev0" packages = [ { include = "aleksis" } ]