From 7f8966ee9bbd13a0705dbbff091a231c78f71abe Mon Sep 17 00:00:00 2001
From: Hangzhi Yu <hangzhi@protonmail.com>
Date: Wed, 1 Feb 2023 16:15:51 +0100
Subject: [PATCH] Bump version to 3.0

---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 28e4288..1318534 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.3"
+version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "2.3.3.dev0"
+release = "3.0.dev0"
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab