diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9729c7d1220d7082450c13c3d976609be0378f8e..ad7a0fb68ce15928612f9f0ee809ad2cb86d4dc6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,10 +7,11 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. `3.0.1`_ - 2023-09-02 -------------------- +--------------------- Fixed ~~~~~ + * Migrations failed on empty database `3.0`_ - 2023-05-15 @@ -18,6 +19,7 @@ Fixed Fixed ~~~~~ + * In some cases, pages showing the count of extra marks and lessons with custom excuse types of persons threw an error. * The redirection to generated class register PDF printouts did not work. @@ -323,3 +325,4 @@ Fixed .. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1.1 .. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0b0 .. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0 +.. _3.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0.1 diff --git a/docs/conf.py b/docs/conf.py index 878f2d8929145fdb8b21f03ea63ba346269ba2a9..ee29de3934e0d91d60f5ab28d3bf81700641d29e 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" +release = "3.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d43d73bc1f9d142aef1d5d7b123c2d1c6360f71b..c9e177849a5376788df07935915625b89faf716b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "3.0" +version = "3.0.1" packages = [ { include = "aleksis" } ]