diff --git a/CHANGES.rst b/CHANGES.rst index 4d1bfd6e99789851accd2a767baf894cd321d9ac..f4fae0b4327577db8a150dec87dfe965a65a2382 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,11 @@ Changes ======= +Version 2025.1.13 (released 2025-04-15) + +- Add possibility to set alternative storage location for new records based on IP address + + Version 2025.1.12 (released 2025-03-20) - Send notification about started reviews to other reviewers diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py index bf8af4b5472da864f4ed306ecfcec8d26354a288..a4ae5b4ed1420975eab3c04bde23e74f8dac7111 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2025.1.12" +__version__ = "2025.1.13" __all__ = ("__version__", "InvenioConfigTUW")