Merge pull request #586 from CartoDB/release-python-0.23.1

Release python 0.23.1
This commit is contained in:
Daniel G. Aubert
2020-03-06 11:42:02 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Mar 6th, 2020
==============
* Version `0.23.1` of the Python library
* Added query per second throttle to TomTom bulk API calls
Feb 12th, 2020
==============
* Version `0.23.0` of the Python library

View File

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