Skip to content

Commit

Permalink
release: v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Aug 23, 2023
1 parent cddf0ed commit 6cf33df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 3.3.1 (released 2023-08-23)

- config: set `ACCOUNTS_DEFAULT_USERS_VERIFIED` to False by default

Version 3.3.0 (released 2023-08-21)

- models: add `verified_at` column in User model. The default value is controlled by
Expand Down
2 changes: 1 addition & 1 deletion invenio_accounts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI
from .proxies import current_accounts

__version__ = "3.3.0"
__version__ = "3.3.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 6cf33df

Please sign in to comment.