Skip to content

Commit

Permalink
prepare version 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Sep 11, 2024
1 parent 77c980d commit 85312bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.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

v3.0.1 Wed Sep 5 2024
CLI: rename parameter "extra-params" to "optional-api-params"
CLI: parameter "unordered" which can lead to speedup on large files
Expand Down
2 changes: 1 addition & 1 deletion opencage/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.1'
__version__ = '3.0.2'
4 changes: 2 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.1",
version="3.0.2",
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.1",
download_url="https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.0.2",
license="BSD",
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 85312bf

Please sign in to comment.