Bump version number to 1.6.1

This commit is contained in:
Matt Wright
2013-04-03 11:07:36 -04:00
parent 8298ac461e
commit c84c485493
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.6.0'
__version__ = '1.6.1'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore