Skip to content

3.1.0

Compare
Choose a tag to compare
@jpoehnelt jpoehnelt released this 27 Aug 19:38
· 125 commits to master since this release
20da29d

Changed

  • Switched build system to use nox, pytest, and codecov. Added Python 3.7 to test framework.
  • Set precision of truncated latitude and longitude floats to 8 decimals instead of 6.
  • Minimum version of requests increased.
  • Session token parameter added to place().
  • Fixed issue where headers in request_kwargs were being overridden.

Added

  • Automation for PyPi uploads.
  • Long description to package.
  • Added tests to manifest and tarball.

Removed

  • Removed places places_autocomplete_session_token which can be replaced with uuid.uuid4().hex.
  • Removed deprecated `

3.0.2...3.1.0