From f80e1696cfa45a5e391d502dab8511cde5258a70 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 9 Mar 2023 20:11:57 +0100 Subject: [PATCH] Amend changelog and release 3.0b2 --- CHANGELOG.rst | 6 ++++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa0e40268..05fd2714c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +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 ----------- +`3.0b2` - 2023-03-09 +-------------------- Changed ~~~~~~~ @@ -22,6 +22,7 @@ Fixed of a redirected request, the service worker served the offline fallback page. * In some cases, the resize listener for the IFrame in the `LegacyBaseTemplate` did not trigger. +* [Dev] Allow apps to declare URLs in the non-legacy namespace again `3.0b1` - 2023-02-27 -------------------- @@ -1084,3 +1085,4 @@ Fixed .. _2.12.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.3 .. _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 diff --git a/docs/conf.py b/docs/conf.py index d065884f7..46814f0d8 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.0b1" +release = "3.0b2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index db825b82b..9d311ea72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "3.0b1" +version = "3.0b2" packages = [ { include = "aleksis" } ] -- GitLab