Release python-lib 0.21.4

This commit is contained in:
Javier Goizueta 2019-03-13 13:39:07 +01:00
parent 1cbbe29e22
commit f07ff35b58
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mar 13rd, 2019
==============
* Version `0.21.4` of the python library
* Fix TomTom bulk geocoder bug (#551)
Mar 5th, 2019
==============
* Version `0.21.3` of the python library

View File

@ -10,7 +10,7 @@ from setuptools import setup, find_packages
setup(
name='cartodb_services',
version='0.21.3',
version='0.21.4',
description='CartoDB Services API Python Library',