Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Hjelp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Hjelp
Commits
f526cb68
Commit
f526cb68
authored
1 month ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/4.0.0' into 'master'
Do release 4.0.0 See merge request
!167
parents
a1a8a556
3563d118
Branches
master
Branches containing commit
No related tags found
1 merge request
!167
Do release 4.0.0
Pipeline
#199235
failed
1 month ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+7
-0
7 additions, 0 deletions
CHANGELOG.rst
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
11 additions
and
4 deletions
CHANGELOG.rst
+
7
−
0
View file @
f526cb68
...
...
@@ -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
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
2
View file @
f526cb68
...
...
@@ -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 ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
f526cb68
[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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment