Skip to content
Snippets Groups Projects
Verified Commit aa3c5431 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Bump version to 2.0.1.dev0 and update (dev) dependencies

parent 91c57c63
No related branches found
No related tags found
1 merge request!101Update and fix project files
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Hjelp" name = "AlekSIS-App-Hjelp"
version = "2.0b0" version = "2.0.1.dev0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Hjelp" ...@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Hjelp"
documentation = "https://aleksis.org/AlekSIS/docs/html/" documentation = "https://aleksis.org/AlekSIS/docs/html/"
keywords = ["SIS", "education", "school", "support", "feedback"] keywords = ["SIS", "education", "school", "support", "feedback"]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: Django :: 3.0", "Framework :: Django :: 3.0",
"Intended Audience :: Education", "Intended Audience :: Education",
...@@ -31,10 +31,10 @@ secondary = true ...@@ -31,10 +31,10 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
aleksis-core = "^2.0rc" aleksis-core = "^2.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = "*" aleksis-builddeps = "^5"
[tool.poetry.plugins."aleksis.app"] [tool.poetry.plugins."aleksis.app"]
hjelp = "aleksis.apps.hjelp.apps:HjelpConfig" hjelp = "aleksis.apps.hjelp.apps:HjelpConfig"
......
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