diff --git a/CHANGES.rst b/CHANGES.rst index 5a7a3987..f50ff0df 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 +++++ diff --git a/docs/conf.py b/docs/conf.py index dc9bf535..25eaadee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/flask_security/__init__.py b/flask_security/__init__.py index f56604de..ac39ebf7 100644 --- a/flask_security/__init__.py +++ b/flask_security/__init__.py @@ -127,4 +127,4 @@ ) from .webauthn_util import WebauthnUtil -__version__ = "5.0.1" +__version__ = "5.0.2"