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

Bump version to 4.0.1

parent 3965dbfa
No related branches found
Tags 4.0.1
No related merge requests found
Pipeline #197766 passed with warnings
...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. ...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
Unreleased `4.0.1`_ - 2025-04-16
---------- ---------------------
Changed Changed
~~~~~~~ ~~~~~~~
...@@ -27,7 +27,7 @@ Fixed ...@@ -27,7 +27,7 @@ Fixed
* It wasn't possible to change icons of OAuth applications in the frontend. * It wasn't possible to change icons of OAuth applications in the frontend.
* First fetching of calendar feeds logged an error to console. * First fetching of calendar feeds logged an error to console.
`4.0`_ - 2025-03-29 `4.0.0`_ - 2025-03-29
------------------- -------------------
Notable, breaking changes Notable, breaking changes
...@@ -1470,4 +1470,5 @@ Fixed ...@@ -1470,4 +1470,5 @@ Fixed
.. _3.2.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.0 .. _3.2.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.0
.. _3.2.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.1 .. _3.2.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.1
.. _3.2.2: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.2 .. _3.2.2: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.2
.. _4.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/4.0 .. _4.0.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/4.0.0
.. _4.0.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/4.0.1
...@@ -31,7 +31,7 @@ author = "The AlekSIS Team" ...@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "4.0" version = "4.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "4.0.0" release = "4.0.1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-Core" name = "AlekSIS-Core"
version = "4.0.0" version = "4.0.1"
packages = [ packages = [
{ include = "aleksis" } { 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