From 9546134df354a4c7b148aaa453e15c43cc9fec5a Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sat, 13 Aug 2022 14:04:47 +0200 Subject: [PATCH] Bump version to 2.3.1 --- CHANGELOG.rst | 5 +++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4d8132..a86b839 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.3.1`_ - 2022-08-13 +--------------------- Fixed ~~~~~ @@ -231,3 +231,4 @@ Fixed .. _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 .. _2.3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3 +.. _2.3.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.1 diff --git a/docs/conf.py b/docs/conf.py index 84ad3d2..0f4a82a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.3" # The full version, including alpha/beta/rc tags -release = "2.3.1.dev0" +release = "2.3.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 02415b9..883c228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Untis" -version = "2.3.1.dev0" +version = "2.3.1" packages = [ { include = "aleksis" } ] -- GitLab