Bump version number to 1.7.5

This commit is contained in:
Matt Wright
2015-12-02 17:20:46 -05:00
parent ea77940ffc
commit 8b1ab24341
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ copyright = u'2012, Matt Wright'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.7.4' version = '1.7.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version
+1 -1
View File
@@ -20,4 +20,4 @@ from .signals import confirm_instructions_sent, password_reset, \
reset_password_instructions_sent, user_confirmed, user_registered reset_password_instructions_sent, user_confirmed, user_registered
from .utils import login_user, logout_user, url_for_security from .utils import login_user, logout_user, url_for_security
__version__ = '1.7.4' __version__ = '1.7.5'
+1 -1
View File
@@ -44,7 +44,7 @@ class PyTest(TestCommand):
setup( setup(
name='Flask-Security', name='Flask-Security',
version='1.7.4', version='1.7.5',
url='https://github.com/mattupstate/flask-security', url='https://github.com/mattupstate/flask-security',
license='MIT', license='MIT',
author='Matt Wright', author='Matt Wright',