diff --git a/docs/conf.py b/docs/conf.py index 3d9808ff5264e71067021c42404137a38d6382b6..04128489bdb22edf94cef2faa3825b7b623849f0 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 ca665c7550c242fa90f88e189b8be1f076b5b457..b47ae3f933cce24b5e7b76378bae669f7e62cecf 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" } ]