From c815e8de88820845458acc9aa260b3a45f00a9cf Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 29 Jan 2022 23:30:15 +0100
Subject: [PATCH] Prepare release 2.1.1

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b1fa8cc..0784806 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,13 +6,8 @@ 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
-----------
-
-Added
-~~~~~
-
-* Plan version can be explicitly selected (defaulting to newest)
+`2.1.1`_ - 2022-01-29
+---------------------
 
 Fixed
 ~~~~~
@@ -162,3 +157,4 @@ Fixed
 .. _2.0rc3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc3
 .. _2.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0
 .. _2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1
+.. _2.1.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1.1
diff --git a/docs/conf.py b/docs/conf.py
index 91d9161..5670f0a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.1"
 # The full version, including alpha/beta/rc tags
-release = "2.1.1.dev0"
+release = "2.1.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 33aa834..53999f5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "2.1.1.dev0"
+version = "2.1.1"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab