We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8775546 commit 62c6707Copy full SHA for 62c6707
2 files changed
Changes.txt
@@ -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
+
8
v2.1.0 Thu 13 Oct 2022
9
Better handling of non-JSON error responses from API
10
Test on Python 3.10
setup.py
@@ -28,7 +28,7 @@
28
29
setup(
30
name="opencage",
31
- version="2.1.0",
+ version="2.1.1",
32
description="Wrapper module for the OpenCage Geocoder API",
33
long_description=LONG_DESCRIPTION,
34
long_description_content_type='text/markdown',
0 commit comments