From 23bf87eb60267a2747b45412f2d70fa1f275134f Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sat, 9 Nov 2024 22:08:05 +0100 Subject: [PATCH] prepare v3.0.3 release --- Changes.txt | 4 ++++ setup.py | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index 050f8b8..fd355ad 100644 --- a/Changes.txt +++ b/Changes.txt @@ -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 diff --git a/setup.py b/setup.py index a838e91..6546012 100644 --- a/setup.py +++ b/setup.py @@ -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="info@opencagedata.com", 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': [ @@ -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' ],