From 737181824ac99508eaa4490dc785b1c3f5907744 Mon Sep 17 00:00:00 2001
From: Sotiris Tsepelakis <sotirios.tsepelakis@tuwien.ac.at>
Date: Thu, 27 Apr 2023 17:54:38 +0200
Subject: [PATCH] Bump version to v2023.2.1

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

diff --git a/CHANGES.rst b/CHANGES.rst
index 2f7a3af..55a2665 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,16 +1,17 @@
 ..
-    Copyright (C) 2020-2022 TU Wien.
+    Copyright (C) 2020-2023 TU Wien.
 
-    Invenio-Config-TUW is free software; you can redistribute it and/or
+    Invenio Config TUW is free software; you can redistribute it and/or
     modify it under the terms of the MIT License; see LICENSE file for more
     details.
 
 Changes
 =======
 
-Version 2023.2 (released 2023-04-24)
+Version 2023.2 (released 2023-04-24, updated 2023-04-27)
 
 - v11 compat: Update permission policies and disable archive download
+- Set affiliation (hard-coded) to TU Wien in `user.profile`
 
 
 Version 2023.1 (released 2023-01-13)
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index 1efde1e..b3deec3 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -1,14 +1,14 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2020-2022 TU Wien.
+# Copyright (C) 2020-2023 TU Wien.
 #
-# Invenio-Config-TUW is free software; you can redistribute it and/or modify
+# Invenio Config TUW is free software; you can redistribute it and/or modify
 # it under the terms of the MIT License; see LICENSE file for more details.
 
 """Invenio module containing some customizations and configuration for TU Wien."""
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2023.2.0"
+__version__ = "2023.2.1"
 
 __all__ = ("__version__", "InvenioConfigTUW")
-- 
GitLab