Bump version number to 1.6.3

This commit is contained in:
Matt Wright
2013-05-08 12:29:48 -04:00
parent e03efe0b34
commit db56ff74a9
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.2'
__version__ = '1.6.3'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore