Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Bump version number to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Jun 10, 2014
1 parent f12bc17 commit 7b474ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = '1.7.2'
version = '1.7.3'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion flask_security/__init__.py
Expand Up @@ -10,7 +10,7 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '1.7.2'
__version__ = '1.7.3'

from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):

setup(
name='Flask-Security',
version='1.7.2',
version='1.7.3',
url='https://github.com/mattupstate/flask-security',
license='MIT',
author='Matt Wright',
Expand Down

0 comments on commit 7b474ef

Please sign in to comment.