Skip to content

Commit f364e5e

Browse files
committed
release: v3.6.0
1 parent 0e1f899 commit f364e5e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Flask-Security-Invenio Changelog
44
Here you can see the full list of changes between each Flask-Security-Invenio
55
release.
66

7+
Version 3.6.0
8+
9+
Released July 1th 2025
10+
11+
- fix: pkg_resources DeprecationWarning
12+
713
Version 3.5.1
814
-------------
915

flask_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
)
5050
from .utils import impersonate_user, login_user, logout_user, url_for_security
5151

52-
__version__ = "3.5.1"
52+
__version__ = "3.6.0"
5353
__all__ = (
5454
"AnonymousUser",
5555
"auth_required",

0 commit comments

Comments
 (0)