diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e91d93bdadbc1aa05aff497541591a0f1e7833e8..bec1e06f70cb9e25b5c314b911810d6ba776a249 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-01-21 --------------------- diff --git a/docs/conf.py b/docs/conf.py index 84eb86698ff0a9c0a1a542c200b101ea140035e3..6049c2d79376c73a1b73d090d00249e900ea7e61 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 32417c7293c80f695e8aae4089380d75c948d9e1..dba3c992d56f1a00b2a911f18abe7c5e0c266b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-DashboardFeeds" -version = "2.0.1" +version = "2.0.2.dev0" packages = [ { include = "aleksis" } ]