Skip to content

Commit

Permalink
release: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 4, 2024
1 parent 47e8ed9 commit 7cdd9a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
Changes
=======

Version 6.0.0 (release 2024-12-04)

- fix: cookie_app and users not using same app
- test: fix properties not existing anymore
- tests: fix cookie_jar not existing anymore
- fix: add translation flag for publishing
- tests: apply changes for sqlalchemy>=2.0
- setup: bump major dependencies

Version v5.1.7 (released 2024-11-29)

- datastore: Fix domain fetching on None value
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI
from .proxies import current_accounts

__version__ = "5.1.7"
__version__ = "6.0.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 7cdd9a9

Please sign in to comment.