Skip to content

Commit ed1da25

Browse files
sbscullymtmail
authored andcommitted
version 3.2.0
1 parent 31cbf0e commit ed1da25

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Changes.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
v3.1.0 Thu Mar 20 2026
1+
v3.2.0 Mon May 26 2025
2+
New error 'InvalidInputError' when input coordinates are out of bound
3+
CLI: You can set OPENCAGE_API_KEY environment variable instead specify as parameter
4+
Tests: replace pylint library with flake for enforcing code style
5+
Tests: replace httpretty library with response
6+
Removed very outdated files from docs/ subdirectory
7+
8+
v3.1.0 Thu Mar 20 2025
29
CLI: Add special 'status' output column option
310
CLI: fixed bug where --input-column for reverse would revert to the defaults
411

opencage/version.py

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

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

0 commit comments

Comments
 (0)