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

Bump version to 2.0

parent d1867295
No related branches found
No related tags found
1 merge request!27Prepare release 2.0b0
Pipeline #127028 passed with warnings
...@@ -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`_.
`2.0b0` - 2023-03-01 `2.0`_ - 2023-05-15
-------------------- -------------------
Nothing changed.
`2.0b0`_ - 2023-03-01
---------------------
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
version. version.
...@@ -62,3 +67,4 @@ Added ...@@ -62,3 +67,4 @@ Added
.. _1.0.1: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.1 .. _1.0.1: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.1
.. _1.0.2: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.2 .. _1.0.2: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.2
.. _2.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.0b0 .. _2.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.0b0
.. _2.0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.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 = "2.0" version = "2.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.0b0" release = "2.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Stoelindeling" name = "AlekSIS-App-Stoelindeling"
version = "2.0b0" version = "2.0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -30,8 +30,8 @@ secondary = true ...@@ -30,8 +30,8 @@ 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"
[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