Skip to content

Commit 23bf87e

Browse files
committed
prepare v3.0.3 release
1 parent bc12e61 commit 23bf87e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
v3.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

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
setup(
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",
3636
author_email="[email protected]",
3737
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': [
@@ -58,6 +58,7 @@
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
],

0 commit comments

Comments
 (0)