Skip to content

Commit bdfa194

Browse files
committed
release: v4.1.0
1 parent 613fb3a commit bdfa194

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
Changes
1010
=======
1111

12+
Version v4.1.0 (released 2025-07-14)
13+
14+
- chores: replaced importlib_xyz with importlib
15+
- i18n: run js compile_catalog
16+
- i18n: run js extract msgs
17+
- i18n: DeleteModal replace Trans component with i18next
18+
- i18n: DeleteModalTrigger replace Trans component with i18next
19+
- i18n: update ResultsPerPage label to use i18next for translation
20+
- i18n: refactor compile catalog
21+
- i18n: force pull translations
22+
- i18n: extract msgs
23+
- fix: include invenio-i18n dependency
24+
1225
Version v4.0.0 (released 2025-06-03)
1326

1427
- setup: bump major dependencies

invenio_administration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
from .ext import InvenioAdministration
1313

14-
__version__ = "4.0.0"
14+
__version__ = "4.1.0"
1515

1616
__all__ = ["InvenioAdministration"]

0 commit comments

Comments
 (0)