Bump python version and update 'NEWS.md'

This commit is contained in:
cgonzalez 2021-01-26 16:37:31 +00:00
parent 253e0c9c18
commit f995f2d6ec
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Jan 26th, 2021
==============
* Version `0.23.5` of the Python library
* Country name conversion to ISO code for TomTom bulk geocoding.
Nov 19th, 2020
==============
* Version `0.39.2` of the server extension

View File

@ -10,7 +10,7 @@ from setuptools import setup, find_packages
setup(
name='cartodb_services',
version='0.23.4-cgonzalez-dev',
version='0.23.5',
description='CartoDB Services API Python Library',