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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Dec 2, 2015
1 parent ea77940 commit 8b1ab24
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = '1.7.4'
version = '1.7.5'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion flask_security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
reset_password_instructions_sent, user_confirmed, user_registered
from .utils import login_user, logout_user, url_for_security

__version__ = '1.7.4'
__version__ = '1.7.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):

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

0 comments on commit 8b1ab24

Please sign in to comment.