Bump version number to 1.5.1

This commit is contained in:
Matt Wright
2012-11-26 15:01:54 -05:00
parent adc50f07eb
commit 5e49a4e05b
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.5.1-dev'
__version__ = '1.5.1'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore