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

Bump version to 3.0

parent fe39e359
No related branches found
No related tags found
No related merge requests found
Pipeline #127029 failed
This commit is part of merge request !167. Comments created here will be created in the context of that merge request.
...@@ -6,8 +6,13 @@ All notable changes to this project will be documented in this file. ...@@ -6,8 +6,13 @@ 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`_.
`3.0b0` - 2022-02-27 `3.0`_ - 2023-05-15
-------------------- -------------------
Nothing changed.
`3.0b0`_ - 2023-02-27
---------------------
Removed Removed
~~~~~~~ ~~~~~~~
...@@ -274,3 +279,4 @@ Fixed ...@@ -274,3 +279,4 @@ Fixed
.. _2.3.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.1 .. _2.3.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.1
.. _2.3.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.2 .. _2.3.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.2
.. _3.0b0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/3.0b0 .. _3.0b0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/3.0b0
.. _3.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/3.0
...@@ -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 = "3.0" version = "3.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "3.0b0" release = "3.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -41,8 +41,8 @@ python = "^3.9" ...@@ -41,8 +41,8 @@ python = "^3.9"
mysqlclient = "^2.0.0" mysqlclient = "^2.0.0"
tqdm = "^4.44.1" tqdm = "^4.44.1"
defusedxml = "^0.7.0" defusedxml = "^0.7.0"
aleksis-core = "^3.0b0" aleksis-core = "^3.0"
aleksis-app-chronos = "^3.0b0" aleksis-app-chronos = "^3.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = "*" aleksis-builddeps = "*"
......
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