From 7226c8b233ec63560c30c82bcd9fd9853aa12df0 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Mon, 27 Feb 2023 20:38:18 +0100
Subject: [PATCH] Update changelog and bump version to 3.0b0

---
 CHANGELOG.rst  | 17 ++++++++++++++---
 docs/conf.py   |  2 +-
 pyproject.toml |  6 +++---
 3 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4143237..7962972 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,18 @@ 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
-----------
+`3.0b0` - 2022-02-27
+--------------------
+
+Removed
+~~~~~~~
+
+* Legacy menu integration for AlekSIS-Core pre-3.0
+
+Added
+~~~~~
+
+* Add SPA support for AlekSIS-Core 3.0
 
 Changed
 ~~~~~~~
@@ -23,7 +33,7 @@ Fixed
 
 Removed
 ~~~~~~~
-* Remove remaining data management menu entry.
+* Remove unused data management menu entry.
 
 `2.3.2`_ - 2022-09-01
 ---------------------
@@ -262,3 +272,4 @@ Fixed
 .. _2.3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3
 .. _2.3.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.1
 .. _2.3.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.3.2
+.. _3.0b0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/3.0b0
diff --git a/docs/conf.py b/docs/conf.py
index 1318534..e9f7935 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "3.0.dev0"
+release = "3.0b0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index e5e623b..e565e58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "3.0.dev0"
+version = "3.0b0"
 packages = [
     { include = "aleksis" }
 ]
@@ -41,8 +41,8 @@ python = "^3.9"
 mysqlclient = "^2.0.0"
 tqdm = "^4.44.1"
 defusedxml = "^0.7.0"
-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