Skip to content

Commit b44646d

Browse files
committed
release: v9.0.0
1 parent abb5e8a commit b44646d

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 v9.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 v8.1.0 (released 2026-06-05)
1117

1218
- feat: adapt for pluggable password validation

invenio_accounts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI
5252
from .proxies import current_accounts
5353

54-
__version__ = "8.1.0"
54+
__version__ = "9.0.0"
5555

5656
__all__ = (
5757
"__version__",

0 commit comments

Comments
 (0)