From be45501a9692e00f91524238a8149f4285621efd Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Wed, 12 Jan 2022 17:21:56 +0100
Subject: [PATCH] Bump version to 2.2

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6b2b6b5a..3f3efd6f 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.2`_ - 2022-01-12
+-------------------
 
 Changed
 ~~~~~~~
@@ -262,3 +262,4 @@ Fixed
 .. _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
+.. _2.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.2
diff --git a/docs/conf.py b/docs/conf.py
index d86e5c62..6da6fb2a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.0"
+version = "2.2"
 # The full version, including alpha/beta/rc tags
-release = "2.0.1.dev0"
+release = "2.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 47c3d444..31a924eb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.1.1.dev0"
+version = "2.2"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab