Skip to content

Commit 85312bf

Browse files
committed
prepare version 3.0.2 release
1 parent 77c980d commit 85312bf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.2 Thu Sep 12 2024
2+
CLI: better handling of empty lines and missing or invalid coordinates
3+
CLI: --dry-run prints an 'all good' message if no warnings
4+
15
v3.0.1 Wed Sep 5 2024
26
CLI: rename parameter "extra-params" to "optional-api-params"
37
CLI: parameter "unordered" which can lead to speedup on large files

opencage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.1'
1+
__version__ = '3.0.2'

setup.py

Lines changed: 2 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.1",
31+
version="3.0.2",
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.1",
38+
download_url="https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.0.2",
3939
license="BSD",
4040
entry_points={
4141
'console_scripts': [

0 commit comments

Comments
 (0)