From 7057051d56ba1b6fa5a0aa278f56ab5d3d9db07c Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Fri, 21 Jan 2022 12:49:20 +0100
Subject: [PATCH] Bump version to 2.0.1 and update changelog

---
 CHANGELOG.rst  | 10 ++++++++--
 docs/conf.py   |  2 +-
 pyproject.toml |  2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f506446..e91d93b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,14 +6,19 @@ 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
+---------------------
 
 Changed
 ~~~~~~~
 
 * ``get_feeds`` task is now automatically scheduled every 10 minutes
 
+Fixed
+~~~~~
+
+* Add admin docs.
+
 `2.0`_ - 2021-10-30
 -------------------
 
@@ -69,3 +74,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 7b00eff..84eb866 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.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 9cc3e84..32417c7 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.1"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab