From d63f305e2bed714bd41e09bd8ef260f61509f084 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Wed, 23 Aug 2023 17:56:40 +0200
Subject: [PATCH] Bump version to v2023.2.8

---
 CHANGES.rst                    | 3 ++-
 invenio_config_tuw/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 61e7fcc..888156a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,7 +8,7 @@
 Changes
 =======
 
-Version 2023.2 (released 2023-04-24, updated 2023-08-07)
+Version 2023.2 (released 2023-04-24, updated 2023-08-23)
 
 
 - v11 compat: Update permission policies and disable archive download
@@ -17,6 +17,7 @@ Version 2023.2 (released 2023-04-24, updated 2023-08-07)
 - Add a null check for the current_user in the logging formatter
 - Prevent the logging formatter from blowing up outside of a request context
 - Add utilities and a celery task for updating the `names` vocabulary with information from TISS
+- Enable sending of registration mails
 
 
 Version 2023.1 (released 2023-01-13)
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index 54df773..526ebde 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2023.2.7"
+__version__ = "2023.2.8"
 
 __all__ = ("__version__", "InvenioConfigTUW")
-- 
GitLab