We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6e973 commit 7132959Copy full SHA for 7132959
flask_restless/__init__.py
@@ -16,7 +16,7 @@
16
#:
17
#: This should be the same as the version specified in the :file:`setup.py`
18
#: file.
19
-__version__ = '0.15.1-dev'
+__version__ = '0.15.1'
20
21
# make the following names available as part of the public API
22
from .manager import APIManager
setup.py
@@ -57,6 +57,6 @@
57
test_suite='nose.collector',
58
tests_require=['nose'],
59
url='http://github.com/jfinkels/flask-restless',
60
- version='0.15.1-dev',
+ version='0.15.1',
61
zip_safe=False
62
)
0 commit comments