From 0b22951a82ad4475813ef4f91d560a25460d3d8c Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 10 Apr 2022 15:00:20 +0200
Subject: [PATCH] Bump version to 2.2

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8e558fb..19fb497 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-04-10
+-------------------
 
 Added
 ~~~~~
diff --git a/docs/conf.py b/docs/conf.py
index ab89cfe..a702b6c 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.1"
+version = "2.2"
 # The full version, including alpha/beta/rc tags
-release = "2.1.4.dev0"
+release = "2.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 15e9950..0846918 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "2.2a0"
+version = "2.2"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab