Skip to content

Commit 0d0b231

Browse files
committed
release: v0.4.0
1 parent 35990a1 commit 0d0b231

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

‎CHANGES.rst‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -8,6 +8,13 @@
88
Changes
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+
1118
Version v0.3.1 (release 2025-10-22)
1219

1320
- fix: readme markup

‎invenio_curations/__init__.py‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@
99
"""Invenio module for curation support."""
1010

1111
from .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",

0 commit comments

Comments
 (0)