From 602696247d3072ac9447e01e7b772a0960cdfe51 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 18 Dec 2022 13:23:02 +0100 Subject: [PATCH] Bump version to 2.12.2 --- CHANGELOG.rst | 1 + docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 13949e48e..7d6c8f2e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -975,3 +975,4 @@ Fixed .. _2.11.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11.1 .. _2.12: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12 .. _2.12.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.1 +.. _2.12.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.2 diff --git a/docs/conf.py b/docs/conf.py index e8d125a40..af69dca5b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.12" # The full version, including alpha/beta/rc tags -release = "2.12.1" +release = "2.12.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c32013fd4..bf5572896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.12.1" +version = "2.12.2" packages = [ { include = "aleksis" } ] -- GitLab