From 4057fb792ce870ba0aa189b49f8dd6578297b367 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Tue, 17 Sep 2024 20:48:42 +0200
Subject: [PATCH] Bump version to v2024.2.9
---
CHANGES.rst | 5 ++++-
invenio_config_tuw/__init__.py | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGES.rst b/CHANGES.rst
index 84b94d8..78fe888 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,7 +8,7 @@
Changes
=======
-Version 2024.2 (released 2024-06-24, updated 2024-09-12)
+Version 2024.2 (released 2024-06-24, updated 2024-09-17)
- v12 compat: Chase Invenio-OAuthClient refactoring
- v12 compat: Chase permission policy changes
@@ -24,6 +24,9 @@ Version 2024.2 (released 2024-06-24, updated 2024-09-12)
- Show all accessible drafts in the user's dashboard
- Give out permissions to access the draft's files with the preview permission
- Deduplicate some generators in the permission policy
+- Remove references to the unused `trusted-publisher` role
+- Use the `finalize_app` entrypoint for the SMTP handler rather than a hacky blueprint
+- Update README
Version 2024.1 (released 2024-05-22, updated 2024-05-22)
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index ece039e..983de73 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW
-__version__ = "2024.2.8"
+__version__ = "2024.2.9"
__all__ = ("__version__", "InvenioConfigTUW")
--
GitLab