Skip to content

Commit 2e1b919

Browse files
committed
📦 release: v14.5.1
1 parent b25e9e6 commit 2e1b919

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: ‎CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
Changes
1010
=======
1111

12+
Version 14.5.1 (released 2024-06-28)
13+
14+
- subcommunity: updated fieldpaths and error handling
15+
- subcommunity: updated error mapping in the ui
16+
1217
Version 14.5.0 (released 2024-06-28)
1318

1419
- subcommunities: pass "payload" to request creation

Diff for: ‎invenio_communities/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
from .ext import InvenioCommunities
1212
from .proxies import current_communities
1313

14-
__version__ = "14.5.0"
14+
__version__ = "14.5.1"
1515

1616
__all__ = ("InvenioCommunities", "current_communities")

0 commit comments

Comments
 (0)