Skip to content

Commit

Permalink
prepare v3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Nov 9, 2024
1 parent bc12e61 commit 23bf87e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v3.0.3 Sat Nov 9 2024
CLI: add 'OpenCage CLI' to the HTTP user agent string
Test suite: remove python 3.7, add 3.13

v3.0.2 Thu Sep 12 2024
CLI: better handling of empty lines and missing or invalid coordinates
CLI: --dry-run prints an 'all good' message if no warnings
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

setup(
name="opencage",
version="3.0.2",
version="3.0.3",
description="Wrapper module for the OpenCage Geocoder API",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
author="OpenCage GmbH",
author_email="[email protected]",
url="https://github.com/OpenCageData/python-opencage-geocoder/",
download_url="https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.0.2",
download_url="https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.0.3",
license="BSD",
entry_points={
'console_scripts': [
Expand All @@ -58,6 +58,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Utilities'
],
Expand Down

0 comments on commit 23bf87e

Please sign in to comment.