From d1867295d1edfc14000477d0c8febb6a76e71f64 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Wed, 1 Mar 2023 19:26:14 +0100
Subject: [PATCH] Bump version to 2.0b0 and update changelog

---
 CHANGELOG.rst  | 21 +++++++++++----------
 docs/conf.py   |  2 +-
 pyproject.toml |  8 ++++----
 3 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ad28d55..670c5e1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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
diff --git a/docs/conf.py b/docs/conf.py
index dd57a50..cd65ba3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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 ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index f8b75e6..daa48da 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [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 = "*"
-- 
GitLab