Compare commits
5 Commits
python-0.1
...
python-0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9c569881a | ||
|
|
244d579f6f | ||
|
|
c90859e58b | ||
|
|
f216b6d922 | ||
|
|
b279fafbc5 |
2
NEWS.md
2
NEWS.md
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
March 14th, 2018
|
March 14th, 2018
|
||||||
================
|
================
|
||||||
|
* Version `0.17.4` of the python library
|
||||||
|
* Fix bug with previous version when checking quotas
|
||||||
* Version `0.17.3` of the python library
|
* Version `0.17.3` of the python library
|
||||||
* Fix bug with Mapbox routing not using the proper quota value
|
* Fix bug with Mapbox routing not using the proper quota value
|
||||||
|
|
||||||
|
|||||||
@@ -196,6 +196,10 @@ class RoutingConfig(ServiceConfig):
|
|||||||
def routing_quota(self):
|
def routing_quota(self):
|
||||||
return self._routing_quota
|
return self._routing_quota
|
||||||
|
|
||||||
|
@property
|
||||||
|
def monthly_quota(self):
|
||||||
|
return self._routing_quota
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def period_end_date(self):
|
def period_end_date(self):
|
||||||
return self._period_end_date
|
return self._period_end_date
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
|
|||||||
setup(
|
setup(
|
||||||
name='cartodb_services',
|
name='cartodb_services',
|
||||||
|
|
||||||
version='0.17.3',
|
version='0.17.4',
|
||||||
|
|
||||||
description='CartoDB Services API Python Library',
|
description='CartoDB Services API Python Library',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user