From 30bdb39502dab2e4fe5469cf465cf1921c389900 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 14 May 2023 20:03:22 +0200 Subject: [PATCH] Bump version to 2.0 --- CHANGELOG.rst | 10 +++++----- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 58f194b..e5f7500 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,9 +6,8 @@ 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.0`_ - 2023-05-14 +------------------- Fixed ~~~~~ @@ -16,8 +15,8 @@ Fixed * 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. -`2.0b0` - 2023-02-23 --------------------- +`2.0b0`_ - 2023-02-23 +--------------------- This version requires AlekSIS-Core 3.0. It is incompatible with any previous version. @@ -45,3 +44,4 @@ Added .. _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.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Matrix/-/tags/2.0 diff --git a/docs/conf.py b/docs/conf.py index 241d422..4e81cef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.0" # The full version, including alpha/beta/rc tags -release = "2.0b0" +release = "2.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9be68ea..068bbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Matrix" -version = "2.0b0" +version = "2.0" packages = [ { include = "aleksis" } ] @@ -32,7 +32,7 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -aleksis-core = "^3.0b0" +aleksis-core = "^3.0" [tool.poetry.dev-dependencies] aleksis-builddeps = ">=2023.1.dev0" -- GitLab