Skip to content
Snippets Groups Projects
Verified Commit 8256855b authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Bump version to 3.0.1

parent 8271858e
No related branches found
No related tags found
1 merge request!413Draft: Migration to fix unique constraints
Pipeline #144753 failed
......@@ -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
......@@ -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 ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-Alsijil"
version = "3.0"
version = "3.0.1"
packages = [
{ include = "aleksis" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment