Skip to content

Commit 7b4ff25

Browse files
committed
prepare version 3.1.0
1 parent 78516a2 commit 7b4ff25

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.1.0 Thu Mar 20 2026
2+
CLI: Add special 'status' output column option
3+
CLI: fixed bug where --input-column for reverse would revert to the defaults
4+
15
v3.0.4 Mon Dec 30 2024
26
CLI: Add special 'json' output column option
37

opencage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.4'
1+
__version__ = '3.1.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.0.4",
31+
version="3.1.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.0.4",
38+
download_url="https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.1.0",
3939
license="BSD",
4040
entry_points={
4141
'console_scripts': [

0 commit comments

Comments
 (0)