From 1b6746eec3498327ba0ac106cc6184365724dfcb Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Thu, 11 May 2023 22:26:55 +0200
Subject: [PATCH] Bump version to 3.0

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 229cffd7d..b7636aaeb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,8 @@ 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.0`_ - 2022-05-11
+-------------------
 
 Added
 ~~~~~
@@ -1140,3 +1140,4 @@ Fixed
 .. _3.0b1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b1
 .. _3.0b2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b2
 .. _3.0b3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b3
+.. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0
diff --git a/docs/conf.py b/docs/conf.py
index e86ff441c..717ded8e5 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.0b3"
+release = "3.0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 286b8bae7..5f8413a82 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "3.0b3"
+version = "3.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -40,7 +40,7 @@ keywords = ["SIS", "education", "school", "digitisation", "school apps"]
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Environment :: Web Environment",
-    "Framework :: Django :: 4.0",
+    "Framework :: Django :: 4.1",
     "Intended Audience :: Developers",
     "Intended Audience :: Education",
     "Topic :: Education",
-- 
GitLab