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

Bump version to 2.0b0 and update changelog

parent 9bf54b3d
No related branches found
No related tags found
1 merge request!27Prepare release 2.0b0
Pipeline #115412 passed with warnings
......@@ -6,21 +6,21 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Breaking changes
----------------
`2.0b0` - 2023-03-01
--------------------
This version requires AlekSIS-Core 3.0. It is incompatible with any previous
version.
Removed
~~~~~~~
* Remove legacy menu entries.
Unreleased
----------
* Legacy menu integration for AlekSIS-Core pre-3.0
Added
~~~~~
* Support for usage with new AlekSIS SPA.
* Add SPA support for AlekSIS-Core 3.0
Fixed
~~~~~
......@@ -58,6 +58,7 @@ Added
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
.. _1.0: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0
.. _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: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0
.. _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
.. _2.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.0b0
......@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version
version = "2.0"
# The full version, including alpha/beta/rc tags
release = "2.0.0.dev0"
release = "2.0b0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-Stoelindeling"
version = "2.0.dev0"
version = "2.0b0"
packages = [
{ include = "aleksis" }
]
......@@ -15,7 +15,7 @@ description = "AlekSIS (School Information System) — App Stoelindeling (Cr
authors = ["Jonathan Weth <dev@jonathanweth.de>"]
license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org"
repository = "https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling"
repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling"
documentation = "https://aleksis.org/official/AlekSIS/docs/html/"
classifiers = [
"Environment :: Web Environment",
......@@ -30,8 +30,8 @@ secondary = true
[tool.poetry.dependencies]
python = "^3.9"
aleksis-core = "^3.0.dev3"
aleksis-app-chronos = "^3.0.dev1"
aleksis-core = "^3.0b0"
aleksis-app-chronos = "^3.0b0"
[tool.poetry.dev-dependencies]
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