Version bumped

This commit is contained in:
Antonio
2018-02-28 11:49:23 +01:00
parent a2fd0bf142
commit 9fb04fdc24
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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',