From 42f4d1d1b554abaad10e80773087934405912244 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Fri, 11 Mar 2022 20:29:08 +0100 Subject: [PATCH] Bump version --- 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 2acaa4acf..7ce65bcd9 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 = "2.7" +version = "2.8" # The full version, including alpha/beta/rc tags -release = "2.7.5.dev0" +release = "2.8.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index df85cf03f..f0b31a709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.7.5.dev0" +version = "2.8.dev0" packages = [ { include = "aleksis" } ] -- GitLab