Skip to content

Commit

Permalink
Release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-ange committed Sep 30, 2018
1 parent a87f366 commit 6b97732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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'
__version__ = '0.17.1'

# make the following names available as part of the public API
from .helpers import url_for
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
packages=['flask_restless'],
test_suite='nose.collector',
tests_require=['nose'],
url='http://github.com/jfinkels/flask-restless',
version='0.17.0',
url='http://github.com/mickael-ange/flask-restless',
version='0.17.1',
zip_safe=False
)

0 comments on commit 6b97732

Please sign in to comment.