diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa0e402683f9f4080f99852a4a0fe387ecc0e613..05fd2714c2f26ff1c11d0b98ab8b49fef2a1e55d 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 d065884f772ae302aa25d5de0dac6698e310f427..46814f0d83585a449f3cd176e832fcf9e53ca278 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 db825b82b75e6bc8e83e0059786122e46eb340a1..9d311ea72333d5b2a6335b488646065f1e4501d6 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" } ]