diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a261e9075dd14243d8069c4a38838a543439f848..fdb30d48223541ac1aaf0483e6fba84bfa7da22a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ 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`_. +`3.0b1` - 2023-03-09 +-------------------- + +Fixed +~~~~~ + +* Provide PDF documents outside django/ URL namespace again + `3.0b0` - 2023-02-16 -------------------- @@ -87,3 +95,4 @@ Added .. _2.1: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/2.1 .. _2.2: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/2.2 .. _3.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b0 +.. _3.0b1: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b2 diff --git a/docs/conf.py b/docs/conf.py index 5ab41510c32eec41c4627780b6233e92bc1c1269..9b4f08cf80d415a1c6f117737439dda86f5099bb 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.0b0" +release = "3.0b1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index fd411643ec458c931758ade53ab5999d0b5b4072..c62382a300a1a283be672f6e66762970b14112f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Resint" -version = "3.0b0" +version = "3.0b1" packages = [ { include = "aleksis" } ]