Skip to content

Commit bbb2f0a

Browse files
committed
Bump version number to 0.17.0
1 parent 5f75793 commit bbb2f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_restless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#:
1818
#: This should be the same as the version specified in the :file:`setup.py`
1919
#: file.
20-
__version__ = '0.17.0-dev'
20+
__version__ = '0.17.0'
2121

2222
# make the following names available as part of the public API
2323
from .helpers import url_for

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
test_suite='nose.collector',
5858
tests_require=['nose'],
5959
url='http://github.com/jfinkels/flask-restless',
60-
version='0.17.0-dev',
60+
version='0.17.0',
6161
zip_safe=False
6262
)

0 commit comments

Comments
 (0)