diff --git a/docs/conf.py b/docs/conf.py index 191cb1be10bf7d7a169f12961639a2063c4f5a00..15671ab92fdd06bb45803b94e5cc85cd57a94e12 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0.dev1" +release = "3.0.dev2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9ed899fdac465c955c0adf457c79832ad9912f70..021d852b28a226bd4dbb43044709cc4afc457feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "3.0.dev1" +version = "3.0.dev2" packages = [ { include = "aleksis" } ]