Skip to content

Commit

Permalink
Bump version number to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Feb 18, 2015
1 parent 5f75793 commit bbb2f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_restless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#:
#: This should be the same as the version specified in the :file:`setup.py`
#: file.
__version__ = '0.17.0-dev'
__version__ = '0.17.0'

# make the following names available as part of the public API
from .helpers import url_for
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
test_suite='nose.collector',
tests_require=['nose'],
url='http://github.com/jfinkels/flask-restless',
version='0.17.0-dev',
version='0.17.0',
zip_safe=False
)

0 comments on commit bbb2f0a

Please sign in to comment.