From 1ddb7aa35983e845ede912f8cc415b115ef4d8be Mon Sep 17 00:00:00 2001 From: Samuel Adu Date: Thu, 29 Oct 2020 12:08:23 +0000 Subject: [PATCH] Update __init__.py * Use .get() for accessing deprecated id field * Patch version bump --- googleplaces/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googleplaces/__init__.py b/googleplaces/__init__.py index cdbae8a..c541158 100644 --- a/googleplaces/__init__.py +++ b/googleplaces/__init__.py @@ -35,7 +35,7 @@ __all__ = ['GooglePlaces', 'GooglePlacesError', 'GooglePlacesAttributeError', 'geocode_location'] -__version__ = '1.4.1' +__version__ = '1.4.2' __author__ = 'Samuel Adu' __email__ = 'sam@slimkrazy.com'