diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b55fc8dd21619cd55817143df53fd08627e9fe0..da93613b60619aade008bdcdb15a3a999773982e 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-03-23 +------------------- Added ~~~~~ @@ -200,3 +200,4 @@ Fixed .. _2.1.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1.1 .. _2.1.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1.2 .. _2.1.3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1.3 +.. _2.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.2 diff --git a/docs/conf.py b/docs/conf.py index ab89cfeaf2822a867e3757347d97986de72f6b14..a702b6c59dd8aa3a92bbbd57cd1a4c421b0d7fbc 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 f26eef75d7acee3f5d82adfaaef9b5e79237ead1..0846918dcad1aa449546a1c831f4dbfa7cc99386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Untis" -version = "2.1.4.dev0" +version = "2.2" packages = [ { include = "aleksis" } ]