From a2b304e1df5db2e5f11178444fc1d508c7e0e4f8 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Tue, 30 May 2023 00:28:42 +0200 Subject: [PATCH] Bump version to 3.1 --- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3287243f1..7382021cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "3.0" +version = "3.1" # The full version, including alpha/beta/rc tags -release = "3.0.1.dev0" +release = "3.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3445fb1e0..96cdc6427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "3.0.1.dev0" +version = "3.1" packages = [ { include = "aleksis" } ] -- GitLab