From 1936374124ef1562df36f5b0cc24e777641f3459 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Fri, 6 Oct 2017 16:03:03 +0200 Subject: [PATCH] Version 0.15.5 of the python library --- NEWS.md | 9 +++++++++ server/lib/python/cartodb_services/setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index c0d9295..227e763 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/server/lib/python/cartodb_services/setup.py b/server/lib/python/cartodb_services/setup.py index 511c51f..3b3446a 100644 --- a/server/lib/python/cartodb_services/setup.py +++ b/server/lib/python/cartodb_services/setup.py @@ -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',