diff --git a/docs/conf.py b/docs/conf.py index 15671ab92fdd06bb45803b94e5cc85cd57a94e12..dab0f125dc0ba33126d36fc975a5c5bd4f0b91f8 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.dev2" +release = "3.0.dev3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 55d79a6589f40d2e4748c39e5a1fbfdc1d4fec25..c505c4ee83d43b8b4cca745ff1c34ef329afc19f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "3.0.dev2" +version = "3.0.dev3" packages = [ { include = "aleksis" } ]