On 4xx we have to return an empty response instead of an exception

This commit is contained in:
Mario de Frutos
2016-05-10 15:51:08 +02:00
parent d49f97de2b
commit 3e09605757
11 changed files with 122 additions and 4 deletions

View File

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