Add changes for new server release

This commit is contained in:
Moisés Calzado 2022-09-05 13:23:56 +02:00
parent 27d3df3607
commit 6ce052072c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sep 5th, 2022
==============
* Version `0.24.2` of the Python library
* Fix error calculating isolines with HERE
May 26th, 2021
==============
* Version `0.40.1` of the server extension

View File

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