diff --git a/docs/conf.py b/docs/conf.py index 1bb1712a1d993fe8523eed1d34291b7865c37aa6..6883356bf8118d51270c6e14e2672bb10dbb1aa0 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.1" +version = "3.0" # The full version, including alpha/beta/rc tags -release = "2.1.1.dev0" +release = "3.0.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 59a887754cbdac32e8d0b0d88f2037fcf3662c80..fa2c4cb8dc9799e4a856a134a9beaee8925b7b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.1.1.dev0" +version = "3.0.dev0" packages = [ { include = "aleksis" } ]