diff --git a/docs/conf.py b/docs/conf.py index d1bbbe9908910bc1a7946bd24c34b46c011f747a..ae443be4f16522142ae71e451bad364ae6cd7936 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2019, 2020, AlekSIS team" author = "AlekSIS team" # The short X.Y version -version = "2.1" +version = "2.2" # The full version, including alpha/beta/rc tags -release = "2.1.1" +release = "2.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f17c116a901ea8a6a51e1535e71b706d701d98c8..e03f960f9fd83b2b2ee5e8e5e7aaa78fe9eb1f7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.2.dev0" +version = "2.2" packages = [ { include = "aleksis" } ] @@ -29,7 +29,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-Core" documentation = "https://aleksis.org/AlekSIS-Core/docs/html/" keywords = ["SIS", "education", "school", "digitisation", "school apps"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django :: 3.0", "Intended Audience :: Developers",