Skip to content

Commit

Permalink
Get ready for rc2 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwag956 committed Jun 13, 2019
1 parent f289c2f commit 174d0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Released TBD
- (:pr:`73`) Fix get_user for various DBs (jwag956).
This is a more complete fix than in opr #633.
- (:pr:`78`) Add formal openapi API spec (jwag956).
- (:pr:`86`, :pr:`94`, :pr:`98`, :pr:`101`) Add Two-factor authentication (opr #842) (baurt, jwag956).
- (:pr:`86`, :pr:`94`, :pr:`98`, :pr:`101`, :pr:`104`) Add Two-factor authentication (opr #842) (baurt, jwag956).

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

__version__ = "3.2.0rc1"
__version__ = "3.2.0rc2"
__all__ = (
"AnonymousUser",
"ConfirmRegisterForm",
Expand Down

0 comments on commit 174d0c0

Please sign in to comment.