File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11..
2- Copyright (C) 2024 Graz University of Technology.
2+ Copyright (C) 2024-2025 Graz University of Technology.
33
44 Invenio-Curations is free software; you can redistribute it and/or
55 modify it under the terms of the MIT License; see LICENSE file for more
88Changes
99=======
1010
11+ Version v0.4.0 (released 2025-12-02)
12+
13+ - fix: send only patched title
14+ - types: change classVar to final
15+ - feat: integrate new 'pending_resubmission' status
16+ - feat: new get_publishing_data endpoint
17+
1118Version v0.3.1 (release 2025-10-22)
1219
1320- fix: readme markup
Original file line number Diff line number Diff line change 99"""Invenio module for curation support."""
1010
1111from .ext import InvenioCurations
12- from .proxies import (
13- current_curations ,
14- current_curations_service ,
15- )
12+ from .proxies import current_curations , current_curations_service
1613
17- __version__ = "0.3.1 "
14+ __version__ = "0.4.0 "
1815
1916__all__ = (
2017 "InvenioCurations" ,
You can’t perform that action at this time.
0 commit comments