Bump Python library version

This commit is contained in:
antoniocarlon
2020-09-23 11:33:47 +02:00
parent ad8a40129a
commit 0f8e946461
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Sep 23th, 2020
==============
* Version `0.23.3` of the Python library
* Change HERE batch geocoding URL
Apr 7th, 2020
=============
* Version `0.30.0` of the client extension

View File

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