Version 0.15.5 of the python library

This commit is contained in:
Rafa de la Torre
2017-10-06 16:03:03 +02:00
parent 988a0c31dc
commit 1936374124
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
October 6th, 2017
=================
* Version `0.15.5` of the python library
* googlemaps dependency updated to v2.5.1
* Google geocoder performance boost: client connections are now reused between queries. See #401
* Fixed issue with Google keys validity check. See #382
* Fixed inconsistency in service usage failed requests tracking. See f0a3249
* Client extension tests are now compatible with PostgreSQL 9.5 and 9.6
August 30th, 2017
=============
* Version `0.15.4` of the python library

View File

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