From 172342bc7e9dd9f3abb46cbcd142dea79d9980a5 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 19 Mar 2023 20:07:24 +0100 Subject: [PATCH] Bump version to 3.0b3 and update changelog --- CHANGELOG.rst | 21 +++++++++++---------- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 473b8d62e..6f73fd7da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,16 +6,16 @@ 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 ----------- +`3.0b3`_ - 2023-03-19 +--------------------- Fixed ~~~~~ * Some GraphQL queries could return more data than permitted in related fields. -`3.0b2` - 2023-03-09 --------------------- +`3.0b2`_ - 2023-03-09 +--------------------- Changed ~~~~~~~ @@ -32,16 +32,16 @@ Fixed did not trigger. * [Dev] Allow apps to declare URLs in the non-legacy namespace again -`3.0b1` - 2023-02-27 --------------------- +`3.0b1`_ - 2023-02-27 +--------------------- Added ~~~~~ * Support for two factor authentication via email codes and Webauthn. -`3.0b0` - 2023-02-15 --------------------- +`3.0b0`_ - 2023-02-15 +--------------------- This release starts a new era of the AlekSIS® framework, by introducing a dynamic frontend app written in Vue.js which communicates with the backend @@ -116,8 +116,8 @@ Removed * It caused major performance issues and is not useful with the new frontend anymore -`2.12.3` - 2023-03-07 ---------------------- +`2.12.3`_ - 2023-03-07 +---------------------- Fixed ~~~~~ @@ -1094,3 +1094,4 @@ Fixed .. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b0 .. _3.0b1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b1 .. _3.0b2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b2 +.. _3.0b3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/3.0b3 diff --git a/docs/conf.py b/docs/conf.py index 46814f0d8..e86ff441c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0b2" +release = "3.0b3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3bc863add..9a3318eae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "3.0b2" +version = "3.0b3" packages = [ { include = "aleksis" } ] -- GitLab