We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f75793 commit bbb2f0aCopy full SHA for bbb2f0a
flask_restless/__init__.py
@@ -17,7 +17,7 @@
17
#:
18
#: This should be the same as the version specified in the :file:`setup.py`
19
#: file.
20
-__version__ = '0.17.0-dev'
+__version__ = '0.17.0'
21
22
# make the following names available as part of the public API
23
from .helpers import url_for
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.17.0-dev',
+ version='0.17.0',
61
zip_safe=False
62
)
0 commit comments