Skip to content

Commit 62c6707

Browse files
committed
version 2.1.1
1 parent 8775546 commit 62c6707

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Changes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v2.1.1 Thu 20 Apr 2023
2+
Add python 3.11, no longer test against python 3.6
3+
Test suite: add pytest-asyncio to enable async tests
4+
Batch example: exception handling caused another exception
5+
Batch example: by default don't request annotations (faster)
6+
Documentation improvements
7+
18
v2.1.0 Thu 13 Oct 2022
29
Better handling of non-JSON error responses from API
310
Test on Python 3.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name="opencage",
31-
version="2.1.0",
31+
version="2.1.1",
3232
description="Wrapper module for the OpenCage Geocoder API",
3333
long_description=LONG_DESCRIPTION,
3434
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)