Compare commits
4 Commits
python-0.1
...
python-0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4dc616590 | ||
|
|
4f907053f5 | ||
|
|
1a2785dff4 | ||
|
|
d442fab9da |
@@ -69,7 +69,7 @@ class MapboxGeocoder(Traceable):
|
|||||||
country = [country] if country else None
|
country = [country] if country else None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
response = self._geocoder.forward(address=', '.join(address),
|
response = self._geocoder.forward(address=', '.join(address).decode('utf-8'),
|
||||||
country=country,
|
country=country,
|
||||||
limit=1)
|
limit=1)
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
|
|||||||
setup(
|
setup(
|
||||||
name='cartodb_services',
|
name='cartodb_services',
|
||||||
|
|
||||||
version='0.16.0',
|
version='0.16.1',
|
||||||
|
|
||||||
description='CartoDB Services API Python Library',
|
description='CartoDB Services API Python Library',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user