Skip to content

Commit 35f1fbf

Browse files
committed
release: v6.1.0
1 parent 3c612bc commit 35f1fbf

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
@@ -7,6 +7,12 @@
77
Changes
88
=======
99

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

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

invenio_userprofiles/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from .ext import InvenioUserProfiles
2828
from .models import UserProfile, UserProfileProxy
2929

30-
__version__ = "6.0.1"
30+
__version__ = "6.1.0"
3131

3232
__all__ = (
3333
"__version__",

0 commit comments

Comments
 (0)