We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bbbe8 commit 9d39c98Copy full SHA for 9d39c98
2 files changed
Changes.txt
@@ -1,3 +1,10 @@
1
+v2.2.0 Fri 05 May 2023
2
+ Using requests > 2.26 , pyopenssl no longer a dependency
3
+ Allow setting the http protocol to make API requests (less secure)
4
+ Batch example: add progress bar, can be switched off
5
+ Batch example: add image of output to README
6
+ Examples: mark scripts as executable
7
+
8
v2.1.1 Thu 20 Apr 2023
9
Add python 3.11, no longer test against python 3.6
10
Test suite: add pytest-asyncio to enable async tests
setup.py
@@ -28,7 +28,7 @@
28
29
setup(
30
name="opencage",
31
- version="2.1.1",
+ version="2.2.0",
32
description="Wrapper module for the OpenCage Geocoder API",
33
long_description=LONG_DESCRIPTION,
34
long_description_content_type='text/markdown',
0 commit comments