Skip to content

Commit f2cbcf2

Browse files
committed
release: v10.9.1
1 parent 708f75f commit f2cbcf2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
Changes
1313
=======
1414

15+
Version 10.9.1 (released 2024-11-11)
16+
17+
- signals: fix removed deprecated `temporarily_connected_to` method
18+
- i18n: fix translation only applied to app start
19+
20+
1521
Version 10.9.0 (released 2024-10-30)
1622

1723
- Feature: Config to require community approval for record publishing

invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "10.9.0"
15+
__version__ = "10.9.1"
1616

1717
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)