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

Bump version to 3.0dev0 and depend on newer core

parent 840e0afa
No related branches found
Tags 3.0.dev1
No related merge requests found
...@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team" ...@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
author = "The AlekSIS Team" author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "2.5" version = "3.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.5.1.dev0" release = "3.0.dev1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Chronos" name = "AlekSIS-App-Chronos"
version = "2.5.1.dev0" version = "3.0.dev1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -50,7 +50,7 @@ secondary = true ...@@ -50,7 +50,7 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
calendarweek = "^0.5.0" calendarweek = "^0.5.0"
aleksis-core = "^3.0.dev" aleksis-core = "^3.0.dev3"
aleksis-app-resint = "^3.0.dev" aleksis-app-resint = "^3.0.dev"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
......
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