From 8c61c555294aef8d014eec00016baed26f5195fd Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Thu, 23 Feb 2023 18:09:28 +0100
Subject: [PATCH] Bump version to 2.0b0 and update changelog

---
 CHANGELOG.rst  | 16 +++++++++++++---
 docs/conf.py   |  4 ++--
 pyproject.toml |  6 +++---
 3 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 32f9135..93b3b54 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,13 +6,22 @@ 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`_.
 
-Unreleased
-----------
+
+`2.0b0` - 2023-02-23
+--------------------
+
+This version requires AlekSIS-Core 3.0. It is incompatible with any previous
+version.
+
+Removed
+~~~~~~~
+
+* Legacy menu integration for AlekSIS-Core pre-3.0
 
 Added
 ~~~~~
 
-* Add SPA support.
+* Support for SPA in AlekSIS-Core 3.0
 
 `1.0`_ - 2022-06-25
 -------------------
@@ -26,3 +35,4 @@ Added
 .. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
 
 .. _1.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/1.0
+.. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/2.0b0
diff --git a/docs/conf.py b/docs/conf.py
index be9800f..241d422 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2023 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "3.0"
+version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "3.0.0.dev0"
+release = "2.0b0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index dadf61c..0445644 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Matrix"
-version = "3.0.0.dev0"
+version = "2.0b0"
 packages = [
     { include = "aleksis" }
 ]
@@ -17,7 +17,7 @@ license = "EUPL-1.2-or-later"
 homepage = "https://aleksis.org"
 repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Matrix"
 classifiers = [
-    "Development Status :: 4 - Beta",
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Web Environment",
     "Framework :: Django :: 3.0",
     "Intended Audience :: Education",
@@ -32,7 +32,7 @@ secondary = true
 
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^3.0.dev3"
+aleksis-core = "^3.0b0"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"
-- 
GitLab