From af849ace832b940ca6b514bf7304091129fa0a9a Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 28 Feb 2023 13:39:14 +0100
Subject: [PATCH] Bump version to 3.0b0 and update changelog

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 483c7fb62..1ee95a29f 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
-----------------
+`3.0b0`_ - 2022-02-28
+---------------------
+
+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
 ~~~~~
 
-* Add SPA support.
+* Add SPA support for AlekSIS-Core 3.0
 
 Changed
 ~~~~~~~
@@ -302,3 +302,4 @@ Fixed
 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0.1
 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1
 .. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1.1
+.. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0b0
diff --git a/docs/conf.py b/docs/conf.py
index 59ca21344..2320d7339 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.1"
+version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "2.2.dev0"
+release = "3.0b0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index c857f98ee..214d18ef1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Alsijil"
-version = "3.0.dev0"
+version = "3.0b0"
 packages = [
     { include = "aleksis" }
 ]
@@ -29,13 +29,13 @@ maintainers = [
     "Jonathan Weth <dev@jonathanweth.de>",
 ]
 license = "EUPL-1.2"
-homepage = "https://aleksis.edugit.io/"
-repository = "https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil"
+homepage = "https://aleksis.org/"
+repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Alsijil"
 documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
 classifiers = [
-    "Development Status :: 4 - Beta",
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Web Environment",
-    "Framework :: Django :: 3.0",
+    "Framework :: Django :: 4.0",
     "Intended Audience :: Education",
     "Topic :: Education",
     "Typing :: Typed",
@@ -48,9 +48,9 @@ secondary = true
 
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^3.0.dev3"
-aleksis-app-chronos = "^3.0.dev1"
-aleksis-app-stoelindeling = { version = "^1.0", optional = true }
+aleksis-core = "^3.0b0"
+aleksis-app-chronos = "^3.0b0"
+aleksis-app-stoelindeling = { version = "^2.0b0", optional = true }
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"
-- 
GitLab