File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ v3.1.0 Thu Mar 20 2026
2+ CLI: Add special 'status' output column option
3+ CLI: fixed bug where --input-column for reverse would revert to the defaults
4+
15v3.0.4 Mon Dec 30 2024
26 CLI: Add special 'json' output column option
37
Original file line number Diff line number Diff line change 1- __version__ = '3.0.4 '
1+ __version__ = '3.1.0 '
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = "opencage" ,
31- version = "3.0.4 " ,
31+ version = "3.1.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.0.4 " ,
38+ download_url = "https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.1.0 " ,
3939 license = "BSD" ,
4040 entry_points = {
4141 'console_scripts' : [
You can’t perform that action at this time.
0 commit comments