File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- v3.1.0 Thu Mar 20 2026
1+ v3.2.0 Mon May 26 2025
2+ New error 'InvalidInputError' when input coordinates are out of bound
3+ CLI: You can set OPENCAGE_API_KEY environment variable instead specify as parameter
4+ Tests: replace pylint library with flake for enforcing code style
5+ Tests: replace httpretty library with response
6+ Removed very outdated files from docs/ subdirectory
7+
8+ v3.1.0 Thu Mar 20 2025
29 CLI: Add special 'status' output column option
310 CLI: fixed bug where --input-column for reverse would revert to the defaults
411
Original file line number Diff line number Diff line change 1- __version__ = '3.1 .0'
1+ __version__ = '3.2 .0'
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = "opencage" ,
31- version = "3.1 .0" ,
31+ version = "3.2 .0" ,
3232 description = "Wrapper module for the OpenCage Geocoder API" ,
3333 long_description = LONG_DESCRIPTION ,
3434 long_description_content_type = 'text/markdown' ,
3535 author = "OpenCage GmbH" ,
36363737 url = "https://github.com/OpenCageData/python-opencage-geocoder/" ,
38- download_url = "https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.1 .0" ,
38+ download_url = "https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.2 .0" ,
3939 license = "BSD" ,
4040 entry_points = {
4141 'console_scripts' : [
You can’t perform that action at this time.
0 commit comments