From 0a5b2aac3b8b4ff9487841ff2e4f4689e32e2f0f Mon Sep 17 00:00:00 2001 From: Hangzhi Yu <hangzhi@protonmail.com> Date: Fri, 3 Feb 2023 18:38:55 +0100 Subject: [PATCH] Bump app version and required core version to 3.0 --- docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e09e695..5f5cfc2 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.2" +version = "3.0" # The full version, including alpha/beta/rc tags -release = "2.2.1.dev0" +release = "3.0dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5a7e4ae..a3883d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Resint" -version = "2.2.1.dev0" +version = "3.0dev0" packages = [ { include = "aleksis" } ] @@ -41,7 +41,7 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -AlekSIS-Core = "^2.1" +AlekSIS-Core = "^3.0dev3" [tool.poetry.dev-dependencies] aleksis-builddeps = "*" -- GitLab