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

Bump version to 2.0b0 and update changelog

parent 713c294f
No related branches found
No related tags found
1 merge request!24Release 2.0
Pipeline #115440 failed
......@@ -6,13 +6,22 @@ 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`_.
Unreleased
----------
`2.0b0` - 2023-02-23
--------------------
This version requires AlekSIS-Core 3.0. It is incompatible with any previous
version.
Removed
~~~~~~~
* Legacy menu integration for AlekSIS-Core pre-3.0
Added
~~~~~
* Add SPA support.
* Support for SPA in AlekSIS-Core 3.0
`1.0`_ - 2022-06-25
-------------------
......@@ -26,3 +35,4 @@ Added
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
.. _1.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/1.0
.. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/2.0b0
......@@ -29,9 +29,9 @@ copyright = "2018-2023 The AlekSIS team"
author = "The AlekSIS Team"
# The short X.Y version
version = "3.0"
version = "2.0"
# The full version, including alpha/beta/rc tags
release = "3.0.0.dev0"
release = "2.0b0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-Matrix"
version = "3.0.0.dev0"
version = "2.0b0"
packages = [
{ include = "aleksis" }
]
......@@ -17,7 +17,7 @@ license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org"
repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Matrix"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django :: 3.0",
"Intended Audience :: Education",
......@@ -32,7 +32,7 @@ secondary = true
[tool.poetry.dependencies]
python = "^3.9"
aleksis-core = "^3.0.dev3"
aleksis-core = "^3.0b0"
[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