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

Bump version to 2.0

parent 6339b00d
No related branches found
Tags 2.0
1 merge request!24Release 2.0
Pipeline #126872 passed with warnings
...@@ -6,9 +6,8 @@ All notable changes to this project will be documented in this file. ...@@ -6,9 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
`2.0`_ - 2023-05-14
Unreleased -------------------
----------
Fixed Fixed
~~~~~ ~~~~~
...@@ -16,8 +15,8 @@ Fixed ...@@ -16,8 +15,8 @@ Fixed
* The Matrix groups and rooms threw a 404 error. * The Matrix groups and rooms threw a 404 error.
* The Matrix parent menu point was displayed even though the user had no permission to see it. * The Matrix parent menu point was displayed even though the user had no permission to see it.
`2.0b0` - 2023-02-23 `2.0b0`_ - 2023-02-23
-------------------- ---------------------
This version requires AlekSIS-Core 3.0. It is incompatible with any previous This version requires AlekSIS-Core 3.0. It is incompatible with any previous
version. version.
...@@ -45,3 +44,4 @@ Added ...@@ -45,3 +44,4 @@ Added
.. _1.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/1.0 .. _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 .. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/2.0b0
.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/2.0
...@@ -31,7 +31,7 @@ author = "The AlekSIS Team" ...@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "2.0" version = "2.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.0b0" release = "2.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Matrix" name = "AlekSIS-App-Matrix"
version = "2.0b0" version = "2.0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -32,7 +32,7 @@ secondary = true ...@@ -32,7 +32,7 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
aleksis-core = "^3.0b0" aleksis-core = "^3.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = ">=2023.1.dev0" aleksis-builddeps = ">=2023.1.dev0"
......
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