Skip to content

Commit

Permalink
Bump version number to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Apr 4, 2013
1 parent e8b0c62 commit 99ac732
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.6.1'
version = '1.6.2'
# 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 @@ -10,7 +10,7 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '1.6.1'
__version__ = '1.6.2'

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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

0 comments on commit 99ac732

Please sign in to comment.