Bump version number to 1.7.3

This commit is contained in:
Matt Wright
2014-06-10 13:05:24 -04:00
parent f12bc17e7e
commit 7b474efd7a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ copyright = u'2012, Matt Wright'
# 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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -44,7 +44,7 @@ class PyTest(TestCommand):
setup(
name='Flask-Security',
version='1.7.2',
version='1.7.3',
url='https://github.com/mattupstate/flask-security',
license='MIT',
author='Matt Wright',