From 6b97732262efd3bc6cacc5a11f1d0411432143f5 Mon Sep 17 00:00:00 2001 From: Mickael Ange Date: Sun, 30 Sep 2018 12:42:44 +0800 Subject: [PATCH] Release 0.17.1 --- flask_restless/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flask_restless/__init__.py b/flask_restless/__init__.py index 36a6249b..2c485f3d 100644 --- a/flask_restless/__init__.py +++ b/flask_restless/__init__.py @@ -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 diff --git a/setup.py b/setup.py index b516ef27..cced045e 100644 --- a/setup.py +++ b/setup.py @@ -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 )