diff --git a/flask_restless/__init__.py b/flask_restless/__init__.py index a22d7385..dccd4e22 100644 --- a/flask_restless/__init__.py +++ b/flask_restless/__init__.py @@ -16,7 +16,7 @@ #: #: This should be the same as the version specified in the :file:`setup.py` #: file. -__version__ = '0.15.1-dev' +__version__ = '0.15.1' # make the following names available as part of the public API from .manager import APIManager diff --git a/setup.py b/setup.py index 0c2047c7..6e43bcef 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,6 @@ test_suite='nose.collector', tests_require=['nose'], url='http://github.com/jfinkels/flask-restless', - version='0.15.1-dev', + version='0.15.1', zip_safe=False )