Skip to content

Commit f387759

Browse files
author
Matt Wright
committed
Bump version number to 1.7.2
1 parent faa9f65 commit f387759

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '1.7.1'
52+
version = '1.7.2'
5353
# The full version, including alpha/beta/rc tags.
5454
release = version
5555

flask_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: MIT, see LICENSE for more details.
1111
"""
1212

13-
__version__ = '1.7.1'
13+
__version__ = '1.7.2'
1414

1515
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
1616
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run_tests(self):
4444

4545
setup(
4646
name='Flask-Security',
47-
version='1.7.1',
47+
version='1.7.2',
4848
url='https://github.com/mattupstate/flask-security',
4949
license='MIT',
5050
author='Matt Wright',

0 commit comments

Comments
 (0)