From 70697b5d038a23f0087b1edd255c363b808cd7bc Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 19 Mar 2023 20:27:01 +0100 Subject: [PATCH] Bump version to 2.12.4 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3d9808ff5..04128489b 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.3" +release = "2.12.4" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index ca665c755..b47ae3f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.12.3" +version = "2.12.4" packages = [ { include = "aleksis" } ] -- GitLab