diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 885f3ffb9eaf06693c65c5d4b71de3ec8a36a4e5..9896d170efea81df55d670f15c8df22d6ee08256 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,9 @@ If you're upgrading from 3.x, there is now a migration path to use. Therefore, please install ``AlekSIS-App-Lesrooster`` which now includes parts of the legacy Chronos and the migration path. +`4.0.0.dev8`_ - 2024-11-15 +-------------------------- + Added ~~~~~ @@ -393,3 +396,4 @@ Fixed .. _4.0.0.dev1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/4.0.0.dev1 .. _4.0.0.dev2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/4.0.0.dev2 .. _4.0.0.dev3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/4.0.0.dev3 +.. _4.0.0.dev8: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/4.0.0.dev8 diff --git a/pyproject.toml b/pyproject.toml index 2f82bc3ed9291cd3d7a9b04d725ff6b67216942b..202de98868fb53f6d7ea481783aa616f00646aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "4.0.0.dev8" +version = "4.0.0.dev9" packages = [ { include = "aleksis" } ]