From 0eab8621885d37c6a6889ad024ca79f5b19c1770 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Wed, 16 Apr 2025 11:02:27 +0200
Subject: [PATCH] Bump version to 4.0.1

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index abfc47149..9cffd27c2 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
-----------
+`4.0.1`_ - 2025-04-16
+---------------------
 
 Changed
 ~~~~~~~
@@ -27,7 +27,7 @@ Fixed
 * It wasn't possible to change icons of OAuth applications in the frontend.
 * First fetching of calendar feeds logged an error to console.
 
-`4.0`_ - 2025-03-29
+`4.0.0`_ - 2025-03-29
 -------------------
 
 Notable, breaking changes
@@ -1470,4 +1470,5 @@ Fixed
 .. _3.2.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.0
 .. _3.2.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.1
 .. _3.2.2: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.2
-.. _4.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/4.0
+.. _4.0.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/4.0.0
+.. _4.0.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/4.0.1
diff --git a/docs/conf.py b/docs/conf.py
index d74c642d7..831690003 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "4.0"
 # The full version, including alpha/beta/rc tags
-release = "4.0.0"
+release = "4.0.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index d0419ebce..6d5912be1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "4.0.0"
+version = "4.0.1"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab