Skip to content

Commit 3637b0e

Browse files
committed
release: v6.0.0
1 parent 1f46b4e commit 3637b0e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
Changes
1111
=======
1212

13+
Version v6.0.0 (released 2026-05-28)
14+
15+
- chore(setup): bump dependencies
16+
1317
Version v5.1.0 (released 2026-02-26)
1418

1519
- fix(validation): use invenio-accounts validate_username method

invenio_userprofiles/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from .ext import InvenioUserProfiles
3333
from .models import UserProfile, UserProfileProxy
3434

35-
__version__ = "5.1.0"
35+
__version__ = "6.0.0"
3636

3737
__all__ = (
3838
"__version__",

0 commit comments

Comments
 (0)