Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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-Alsijil
Commits
af849ace
Verified
Commit
af849ace
authored
2 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 3.0b0 and update changelog
parent
e311aae2
No related branches found
No related tags found
1 merge request
!323
Prepare release 3.0b0
Pipeline
#118885
failed
1 year ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+8
-7
8 additions, 7 deletions
CHANGELOG.rst
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
pyproject.toml
+8
-8
8 additions, 8 deletions
pyproject.toml
with
18 additions
and
17 deletions
CHANGELOG.rst
+
8
−
7
View file @
af849ace
...
...
@@ -6,21 +6,21 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Breaking changes
----------------
`3.0b0`_ - 2022-02-28
---------------------
This version requires AlekSIS-Core 3.0. It is incompatible with any previous
version.
Removed
~~~~~~~
* Remove legacy menu entries.
Unreleased
----------
* Legacy menu integration for AlekSIS-Core pre-3.0
Added
~~~~~
* Add SPA support
.
* Add SPA support
for AlekSIS-Core 3.0
Changed
~~~~~~~
...
...
@@ -302,3 +302,4 @@ Fixed
.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0.1
.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1
.. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1.1
.. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/3.0b0
This diff is collapsed.
Click to expand it.
docs/conf.py
+
2
−
2
View file @
af849ace
...
...
@@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team"
author
=
"
The AlekSIS Team
"
# The short X.Y version
version
=
"
2.1
"
version
=
"
3.0
"
# The full version, including alpha/beta/rc tags
release
=
"
2.2.dev
0
"
release
=
"
3.0b
0
"
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
8
−
8
View file @
af849ace
[tool.poetry]
name
=
"AlekSIS-App-Alsijil"
version
=
"3.0
.dev
0"
version
=
"3.0
b
0"
packages
=
[
{
include
=
"aleksis"
}
]
...
...
@@ -29,13 +29,13 @@ maintainers = [
"Jonathan Weth <dev@jonathanweth.de>"
,
]
license
=
"EUPL-1.2"
homepage
=
"https://aleksis.
edugit.io
/"
repository
=
"https://edugit.org/AlekSIS/
O
fficial/AlekSIS-App-Alsijil"
homepage
=
"https://aleksis.
org
/"
repository
=
"https://edugit.org/AlekSIS/
o
fficial/AlekSIS-App-Alsijil"
documentation
=
"https://aleksis.edugit.io/AlekSIS/docs/html/"
classifiers
=
[
"Development Status ::
4
-
Beta
"
,
"Development Status ::
5
-
Production/Stable
"
,
"Environment :: Web Environment"
,
"Framework :: Django ::
3
.0"
,
"Framework :: Django ::
4
.0"
,
"Intended Audience :: Education"
,
"Topic :: Education"
,
"Typing :: Typed"
,
...
...
@@ -48,9 +48,9 @@ secondary = true
[tool.poetry.dependencies]
python
=
"^3.9"
aleksis-core
=
"^3.0
.dev3
"
aleksis-app-chronos
=
"^3.0
.dev1
"
aleksis-app-stoelindeling
=
{
version
=
"^
1.
0"
,
optional
=
true
}
aleksis-core
=
"^3.0
b0
"
aleksis-app-chronos
=
"^3.0
b0
"
aleksis-app-stoelindeling
=
{
version
=
"^
2.0b
0"
,
optional
=
true
}
[tool.poetry.dev-dependencies]
aleksis-builddeps
=
"*"
...
...
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