Bump version number

This commit is contained in:
Matt Wright
2012-10-11 17:39:05 -04:00
parent f96feaffa1
commit d7f52af371
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.5.0'
__version__ = '1.5.1-dev'
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
from .datastore import SQLAlchemyUserDatastore, MongoEngineUserDatastore
+1 -1
View File
@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name='Flask-Security',
version='1.5.0',
version='1.5.1-dev',
url='https://github.com/mattupstate/flask-security',
license='MIT',
author='Matt Wright',