New version 0.14.1 of python library

This commit is contained in:
Rafa de la Torre
2017-03-13 15:10:03 +01:00
parent d8da0a3782
commit a64557b50e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
March 13th, 2017
================
* Version `0.14.1` of the python library:
* Clean up code that reads from non zero padded date keys #206
March 8th, 2017
===============
* Version 0.22.0 of the server and version 0.14.0 of the python library

View File

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