Skip to content

Commit

Permalink
release: v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 19, 2024
1 parent cb48f59 commit 7ff8fdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Flask-Security-Invenio Changelog
Here you can see the full list of changes between each Flask-Security-Invenio
release.

Version 3.4.0
-------------

Released November 19th 2024

- i18n-global: add compile-catalog fuzzy
- setup: remove flask upper pin
- fix: LegacyAPIWarning
- tests: move to reusable workflows


Version 3.3.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion flask_security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
)
from .utils import impersonate_user, login_user, logout_user, url_for_security

__version__ = "3.3.3"
__version__ = "3.4.0"
__all__ = (
"AnonymousUser",
"auth_required",
Expand Down

0 comments on commit 7ff8fdc

Please sign in to comment.