Bump version number to 1.7.1

This commit is contained in:
Matt Wright
2014-01-14 10:41:53 -05:00
parent 6eb77c06ad
commit 316d945d96
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
:license: MIT, see LICENSE for more details.
"""
__version__ = '1.7.0'
__version__ = '1.7.1'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore