diff --git a/NEWS.md b/NEWS.md index 036318d..53c6bab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,9 @@ +February 22th, 2018 +================== +* Version `0.17.2` of the python library + * Fix bug with Mapbox isolines not stopping at the seacoast + February 27th, 2018 ================== * Version `0.17.1` of the python library diff --git a/server/lib/python/cartodb_services/setup.py b/server/lib/python/cartodb_services/setup.py index 95a2c16..c1c5893 100644 --- a/server/lib/python/cartodb_services/setup.py +++ b/server/lib/python/cartodb_services/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages setup( name='cartodb_services', - version='0.17.1', + version='0.17.2', description='CartoDB Services API Python Library',