Bump version number to 1.6.4

This commit is contained in:
Matt Wright
2013-06-18 15:00:41 -04:00
parent 461ace9303
commit 3d34d87a97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
:license: MIT, see LICENSE for more details.
"""
__version__ = '1.6.3'
__version__ = '1.6.4'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore