diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7ca3368aeed6ae0870cc393db08489d87e2108bb..4742c40e9c188be38460d8ac43d3220a03467302 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +`1.0.1`_ - 2022-09-01 +--------------------- + Fixed ~~~~~ @@ -30,3 +33,4 @@ Added .. _1.0: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0 +.. _1.0.1: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0.1 diff --git a/docs/conf.py b/docs/conf.py index fc17a851327a5d40cbe145b4cb7cdbe04f021395..afd0a90dea280cb3c4091a78c92b71f67da5cb66 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "1.0" # The full version, including alpha/beta/rc tags -release = "1.0.1.dev0" +release = "1.0.2.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e988873e41b8f1edb806ad6d097dacdc34477b20..c0ed5b5c12306da431186b77c480c981a0b19469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Stoelindeling" -version = "1.0.1.dev0" +version = "1.0.2.dev0" packages = [ { include = "aleksis" } ]