Merge pull request #602 from CartoDB/antoniocarlon/null/bump_version

Bump Python library version
This commit is contained in:
Antonio Carlón 2020-09-23 11:43:54 +02:00 committed by GitHub
commit e1e85e2391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',