Skip to content

Commit 4c3b5b7

Browse files
committed
release: v6.1.0
1 parent ae303ee commit 4c3b5b7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
Changes
99
=======
1010

11+
Version v6.1.0 (released 2026-07-28)
12+
13+
- fix(build): include mo files
14+
- fix(ci): run tests on maint-*
15+
- i18n: pulled translations
16+
1117
Version v6.0.2 (released 2026-07-21)
1218

1319
- chore(setup): migrate from setuptools to hatchling

invenio_administration/__init__.py

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

88
from .ext import InvenioAdministration
99

10-
__version__ = "6.0.2"
10+
__version__ = "6.1.0"
1111

1212
__all__ = ["InvenioAdministration"]

0 commit comments

Comments
 (0)