Bump version number to 1.6.9

This commit is contained in:
Matt Wright
2013-08-20 12:35:29 -04:00
parent 9a10be5c90
commit 07bb00f75c
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.8'
__version__ = '1.6.9'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore