bennylope / pygeocodio

:globe_with_meridians: A Python wrapper for the Geocodio geolocation service API
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Default to API version 1.4 #37

Closed Unix-Code closed 5 years ago

Unix-Code commented 5 years ago

Addresses #32

Changes

Testing

I ran this against flake8 tests and tox and it all passed.

Note

I missed the fact that the tests had v1.3 hard-coded when I approved the last PR for #32 (by @cyranix ) , unfortunately. I reverted that merge (sorry), and this should fix that issue and make it a little easier to bump the default API version going forward.