File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ v3.0.3 Sat Nov 9 2024
2+ CLI: add 'OpenCage CLI' to the HTTP user agent string
3+ Test suite: remove python 3.7, add 3.13
4+
15v3.0.2 Thu Sep 12 2024
26 CLI: better handling of empty lines and missing or invalid coordinates
37 CLI: --dry-run prints an 'all good' message if no warnings
Original file line number Diff line number Diff line change 2828
2929setup (
3030 name = "opencage" ,
31- version = "3.0.2 " ,
31+ version = "3.0.3 " ,
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.2 " ,
38+ download_url = "https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.0.3 " ,
3939 license = "BSD" ,
4040 entry_points = {
4141 'console_scripts' : [
5858 'Programming Language :: Python :: 3.10' ,
5959 'Programming Language :: Python :: 3.11' ,
6060 'Programming Language :: Python :: 3.12' ,
61+ 'Programming Language :: Python :: 3.13' ,
6162 'Topic :: Scientific/Engineering :: GIS' ,
6263 'Topic :: Utilities'
6364 ],
You can’t perform that action at this time.
0 commit comments