Bump version number to 1.7.4

This commit is contained in:
Matt Wright
2014-10-13 13:38:44 -04:00
parent f6405797f1
commit 94c7c09dc2
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.3'
__version__ = '1.7.4'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore, PeeweeUserDatastore