From be29296f8976cf2c0c8f07909d0b50892542ab0e Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 23 Apr 2024 21:48:23 +0200
Subject: [PATCH] Bump version to 4.0.0.dev0

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4fc79137d..d58e466b9 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.0.dev0`_ - 2024-04-23
+--------------------------
 
 Notable, breaking changes
 ~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -343,3 +343,4 @@ Fixed
 .. _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
 .. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0
+.. _4.0.0.dev0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/4.0.0.dev0
diff --git a/docs/conf.py b/docs/conf.py
index b37b0f814..b13eb0d33 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 = "3.0"
+version = "4.0"
 # The full version, including alpha/beta/rc tags
-release = "3.0.1.dev0"
+release = "4.0.0.dev0"
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab