From 3a9b277004cd19a5fccccbfedd725e56aaa39d4c Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 4 Jan 2022 17:22:14 +0100
Subject: [PATCH] Bump version to 2.1

---
 CHANGELOG.rst  | 6 ++++--
 pyproject.toml | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 109d04bb..dd8b7c55 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +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
-----------
+`2.1`_ - 2022-01-04
+-------------------
 
 Added
 ~~~~~
@@ -19,6 +19,7 @@ Changed
 
 * The subject linked to a group can now be edited in the normal group edit form.
 * Names of subjects no longer have to be unique (short names still have to be).
+* Update German translations.
 
 Fixed
 ~~~~~
@@ -250,3 +251,4 @@ Fixed
 .. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0rc2
 .. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0rc3
 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0
+.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.1
diff --git a/pyproject.toml b/pyproject.toml
index b2542cdd..77791923 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.1.dev0"
+version = "2.1"
 packages = [
     { include = "aleksis" }
 ]
@@ -27,7 +27,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos"
 documentation = "https://aleksis.org/AlekSIS/docs/html/"
 keywords = ["SIS", "education", "school", "timetable", "plans"]
 classifiers = [
-    "Development Status :: 4 - Beta",
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Web Environment",
     "Framework :: Django :: 3.0",
     "Intended Audience :: Education",
@@ -43,8 +43,8 @@ secondary = true
 [tool.poetry.dependencies]
 python = "^3.9"
 calendarweek = "^0.5.0"
-aleksis-core = "^2.0rc3"
-aleksis-app-resint = "^2.0b0"
+aleksis-core = "^2.0"
+aleksis-app-resint = "^2.0"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "^5"
-- 
GitLab