From 30517bdacbba0b2b9b56ccc5919f75657e0801e1 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 7 Mar 2023 21:10:43 +0100 Subject: [PATCH] Bump version to 2.12.3 --- 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 da73ac0d1..f92518421 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.12.3` - 2023-03-07 +--------------------- Fixed ~~~~~ @@ -988,3 +988,4 @@ Fixed .. _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 +.. _2.12.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.3 diff --git a/docs/conf.py b/docs/conf.py index af69dca5b..3d9808ff5 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.2" +release = "2.12.3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index bf5572896..ca665c755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.12.2" +version = "2.12.3" packages = [ { include = "aleksis" } ] -- GitLab