Python library version 0.19.1

This commit is contained in:
Juan Ignacio Sánchez Lara
2018-07-24 11:59:29 +02:00
parent c6720bf689
commit 11ec6075c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Jul 19th, 2018
==============
* Version `0.25.0` of the client, `0.32.0` of the server, and `0.19.0` of the Python library.
* Version `0.25.0` of the client, `0.32.0` of the server, and `0.19.1` of the Python library.
* Support for batch street-level geocoding.
May 7th, 2018

View File

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