diff --git a/docs/conf.py b/docs/conf.py index 2acaa4acf472ffb6ea2a1124d9371644186cc5c6..7ce65bcd98683c01f7ae33999ee15fc67d3cbd5e 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 df85cf03f8f4a7da3b21124c176ebad39ad5e23e..f0b31a7093dada82e5dfde5b9025ac09c2dcdb6a 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" } ]