From ab746da41148ccd72968d238c17c0c6beede9b5b Mon Sep 17 00:00:00 2001
From: Julian <leuckerj@gmail.com>
Date: Tue, 31 Jan 2023 18:57:51 +0000
Subject: [PATCH] Bump version of Matrix and core requirement

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

diff --git a/docs/conf.py b/docs/conf.py
index 9096133..be9800f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,13 +25,13 @@ django.setup()
 # -- Project information -----------------------------------------------------
 
 project = "AlekSIS-App-Matrix"
-copyright = "2018-2022 The AlekSIS team"
+copyright = "2018-2023 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "1.0"
+version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "1.0.1.dev0"
+release = "3.0.0.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 93a386b..dadf61c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Matrix"
-version = "1.0.1.dev0"
+version = "3.0.0.dev0"
 packages = [
     { include = "aleksis" }
 ]
@@ -32,7 +32,7 @@ secondary = true
 
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^2.7"
+aleksis-core = "^3.0.dev3"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"
-- 
GitLab