Skip to content

Commit 565ab8e

Browse files
committed
release: v7.0.0
1 parent 588aaa1 commit 565ab8e

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 v7.0.0 (released 2026-06-16)
11+
12+
- chore(setup): bump dependencies
13+
- chore(git-blame): ignore the SPDX license header commit
14+
- chore(licenses): update license headers to use SPDX
15+
1016
Version v6.0.0 (released 2026-05-28)
1117

1218
- chore(setup): bump dependencies

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.0"
30+
__version__ = "7.0.0"
3131

3232
__all__ = (
3333
"__version__",

0 commit comments

Comments
 (0)