diff --git a/CHANGES.rst b/CHANGES.rst index b6ac56efff7bc7751b9da8c7563112947f1f5225..dce548d5c871aba0bc1856b5a4cb9a5eb5b00d8a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020-2024 TU Wien. + Copyright (C) 2020-2025 TU Wien. 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 @@ -8,6 +8,14 @@ Changes ======= +Version 2025.0.0 (released 2025-01-13) + +- Refactor package structure +- Fix response status code check in ROR API call +- Refer to TUW by ROR ID in names synced from TISS +- Add tests + + Version 2024.4 (released 2024-11-26, updated 2024-12-12) - Pin `Flask-Menu`` dependency diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py index 8b0fddfb986a311e081d9f98a10bc74cd1d10f5c..aa876db1e46117d73c3c57b3d372722b089fced0 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2024.4.5" +__version__ = "2025.0.0" __all__ = ("__version__", "InvenioConfigTUW")