Releases: slimkrazy/python-google-places
Releases · slimkrazy/python-google-places
1.4.2
BUGFIX: Use .get() for accessing deprecated id field
1.4.1
BUGFIX: Pass the API key to the geocode endpoint in order to prevent rate limits being hit too quickly.
BUGFIX: (py3) Place.photos - return a list instead of a map (thanks pjdelport!)
1.4.0
- Added support for next_page_token
- Default arguments made immutable