Skip to content
Snippets Groups Projects
Commit 0a5b2aac authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Bump app version and required core version to 3.0

parent 62ad13cb
No related branches found
No related tags found
2 merge requests!56Release 3.0b0,!55Resolve "Adapt for SPA operations"
......@@ -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 ---------------------------------------------------
......
[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 = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment