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

Bump version to 3.0b0 and update changelog

parent e311aae2
No related branches found
No related tags found
1 merge request!323Prepare release 3.0b0
Pipeline #118885 failed
......@@ -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
......@@ -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.dev0"
release = "3.0b0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-Alsijil"
version = "3.0.dev0"
version = "3.0b0"
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/Official/AlekSIS-App-Alsijil"
homepage = "https://aleksis.org/"
repository = "https://edugit.org/AlekSIS/official/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.0b0"
aleksis-app-chronos = "^3.0b0"
aleksis-app-stoelindeling = { version = "^2.0b0", optional = true }
[tool.poetry.dev-dependencies]
aleksis-builddeps = "*"
......
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