Skip to content

Commit

Permalink
Ready for 5.0.2 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwag956 authored Sep 23, 2022
1 parent aba7b66 commit 4df1b3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release.
Version 5.0.2
-------------

Released September x, 2022
Released September 23, 2022

Fixes
+++++
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The short X.Y version.
version = "5.0.1"
version = "5.0.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion flask_security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@
)
from .webauthn_util import WebauthnUtil

__version__ = "5.0.1"
__version__ = "5.0.2"

0 comments on commit 4df1b3e

Please sign in to comment.