diff --git a/docs/conf.py b/docs/conf.py index 4c6bba013ab567dea803b090b49770e61f546f4f..641f86fb0e3b613c7c1d5998054af67e55d259e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.1" # The full version, including alpha/beta/rc tags -release = "3.1.6" +release = "3.1.7" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5ff77305878c123f4f6dcf45e49bc9d0f29cf522..6b87267f79b0adddfb67a6c1ac56ab369c9ef696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "3.1.6" +version = "3.1.7" packages = [ { include = "aleksis" } ]