mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Bump version number to 1.7.5
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user