Skip to content
Snippets Groups Projects
Commit ab746da4 authored by Julian's avatar Julian Committed by Hangzhi Yu
Browse files

Bump version of Matrix and core requirement

parent 15ebf7c1
No related branches found
No related tags found
1 merge request!22Resolve "Adapt for SPA operation"
......@@ -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 ---------------------------------------------------
......
[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 = "*"
......
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