Skip to content

Releases: slimkrazy/python-google-places

1.4.2

29 Oct 12:10
1ddb7aa
Compare
Choose a tag to compare

BUGFIX: Use .get() for accessing deprecated id field

1.4.1

03 Oct 20:05
Compare
Choose a tag to compare

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

14 Jan 10:42
Compare
Choose a tag to compare
  • Added support for next_page_token
  • Default arguments made immutable