Skip to content
Snippets Groups Projects
Verified Commit 770064ac authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Bump version to 3.0.dev0 and depend on 3.0 core and chronos

parent 6e377815
No related branches found
No related tags found
1 merge request!153Draft: Introduce GraphQL/Vue.js
Pipeline #85451 passed
......@@ -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.2.dev0"
release = "3.0.dev0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-Untis"
version = "2.3.2.dev0"
version = "3.0.dev0"
packages = [
{ include = "aleksis" }
]
......@@ -41,8 +41,8 @@ python = "^3.9"
mysqlclient = "^2.0.0"
tqdm = "^4.44.1"
defusedxml = "^0.7.0"
aleksis-core = "^2.8"
aleksis-app-chronos = "^2.4"
aleksis-core = "^3.0.dev1"
aleksis-app-chronos = "^3.0.dev0"
[tool.poetry.dev-dependencies]
aleksis-builddeps = "*"
......
......@@ -10,7 +10,7 @@ skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
poetry install
poetry run aleksis-admin yarn install
poetry run aleksis-admin webpack_bundle
poetry run aleksis-admin collectstatic --no-input
commands =
poetry run pytest --cov=. {posargs} aleksis/
......
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