From 8256855bacade9ac9deee8e625d0c9fc06c82774 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sat, 2 Sep 2023 15:17:42 +0200 Subject: [PATCH] Bump version to 3.0.1 --- CHANGELOG.rst | 5 ++++- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9729c7d12..ad7a0fb68 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 878f2d892..ee29de393 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 d43d73bc1..c9e177849 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" } ] -- GitLab