From 86efb6840ffa893998ef94920e23a61e5c59e6d1 Mon Sep 17 00:00:00 2001
From: Sotiris Tsepelakis <sotirios.tsepelakis@tuwien.ac.at>
Date: Tue, 26 Nov 2024 11:39:54 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Release:=20v2024.4.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 CHANGES.rst                    | 7 +++++++
 invenio_config_tuw/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index c18329b..445871a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,13 @@
 Changes
 =======
 
+Version 2024.4 (released 2024-11-26)
+
+- Pin `Flask-Menu`` dependency
+- Add `Invenio-DAMAP` to the dependencies
+- Implement TU Wien user identity generator for connection to DAMAP
+
+
 Version 2024.3 (released 2024-10-01, updated 2024-11-13)
 
 - Replace `setuptools` with `hatchling` as build tool
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index b46a673..b8ca5a3 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2024.3.2"
+__version__ = "2024.4.0"
 
 __all__ = ("__version__", "InvenioConfigTUW")
-- 
GitLab