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

Merge branch 'release/4.0.0' into 'master'

Do release 4.0.0

See merge request !167
parents a1a8a556 3563d118
Branches master
No related tags found
1 merge request!167Do release 4.0.0
Pipeline #199235 failed
......@@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
`4.0.0`_ - 2025-03-30
---------------------
This version requires AlekSIS-Core 4.0. It is incompatible with any previous
version.
Added
~~~~~
......@@ -166,3 +172,4 @@ Added
.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.1
.. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/3.0b0
.. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/3.0
.. _4.0.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/4.0.0
......@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
author = "The AlekSIS Team"
# The short X.Y version
version = "3.0"
version = "4.0"
# The full version, including alpha/beta/rc tags
release = "3.0.1.dev0"
release = "4.1.0.dev0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-Hjelp"
version = "4.0.0.dev0"
version = "4.1.0.dev0"
packages = [
{ include = "aleksis" }
]
......@@ -41,7 +41,7 @@ url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
priority = "supplemental"
[tool.poetry.dependencies]
python = "^3.10"
aleksis-core = "^4.0.0.dev3"
aleksis-core = "^4.0.0"
[tool.poetry.plugins."aleksis.app"]
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