Release new python lib version 0.21.3

This commit is contained in:
Javier Goizueta 2019-03-05 11:55:40 +01:00
parent 08a50c14bb
commit 6a57a85e72
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
Mar 5th, 2019
==============
* Version `0.21.3` of the python library
* Fixed TomTom Qps respondes part 2 (#546)
Mar 4th, 2019 Mar 4th, 2019
============== ==============
* Version `0.21.2` of the python library * Version `0.21.2` of the python library
* Fixed TomTom Qps respondes (#546) * Fixed TomTom Qps responses (#546)
Feb 25th, 2019 Feb 25th, 2019
============== ==============

View File

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