diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f50644663d9e31d066dd04b31b5369635843bd25..bec1e06f70cb9e25b5c314b911810d6ba776a249 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,11 +9,19 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +`2.0.1`_ - 2022-01-21 +--------------------- + Changed ~~~~~~~ * ``get_feeds`` task is now automatically scheduled every 10 minutes +Fixed +~~~~~ + +* Add admin docs. + `2.0`_ - 2021-10-30 ------------------- @@ -69,3 +77,4 @@ Added .. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 .. _2.0rc1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0rc1 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0 +.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0.1 diff --git a/docs/conf.py b/docs/conf.py index 7b00efffba78d8c82046ac53dc6214ee569d60c8..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.dev0" +release = "2.0.2.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9cc3e8403ac4c6fa9d5d8587716e0c58b0abce1c..dba3c992d56f1a00b2a911f18abe7c5e0c266b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-DashboardFeeds" -version = "2.0.1.dev0" +version = "2.0.2.dev0" packages = [ { include = "aleksis" } ]