Update version of python lib server package to 0.9.2

This commit is contained in:
Rafa de la Torre 2016-10-21 17:38:32 +02:00
parent e8122c6728
commit 0d22942a72
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
October 21st, 2016
==================
* Version 0.9.2 of the python package
* mapzen routing quota now is configurable per user
September 28, 2016
==========
* Released version 0.8.1 of Python package cartodb\_services

View File

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