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

Bump version to 3.0

parent 9cb0a69c
No related branches found
No related tags found
1 merge request!323Prepare release 3.0b0
Pipeline #127208 failed
...@@ -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 `3.0`_ - 2023-05-15
---------- -------------------
Fixed Fixed
~~~~~ ~~~~~
...@@ -18,7 +18,7 @@ Fixed ...@@ -18,7 +18,7 @@ Fixed
* Absences with custom excuse types were not counted correctly. * Absences with custom excuse types were not counted correctly.
* Tabs on the week overview page were not displayed. * Tabs on the week overview page were not displayed.
`3.0b0`_ - 2022-02-28 `3.0b0`_ - 2023-02-28
--------------------- ---------------------
This version requires AlekSIS-Core 3.0. It is incompatible with any previous This version requires AlekSIS-Core 3.0. It is incompatible with any previous
...@@ -315,3 +315,4 @@ Fixed ...@@ -315,3 +315,4 @@ Fixed
.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1
.. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1.1 .. _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.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
...@@ -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 ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Alsijil" name = "AlekSIS-App-Alsijil"
version = "3.0b0" version = "3.0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -48,9 +48,9 @@ secondary = true ...@@ -48,9 +48,9 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
aleksis-core = "^3.0b0" aleksis-core = "^3.0"
aleksis-app-chronos = "^3.0b0" aleksis-app-chronos = "^3.0"
aleksis-app-stoelindeling = { version = "^2.0b0", optional = true } aleksis-app-stoelindeling = { version = "^2.0", optional = true }
[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