Skip to content

Commit 9d39c98

Browse files
committed
version 2.2.0
1 parent 55bbbe8 commit 9d39c98

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.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+
18
v2.1.1 Thu 20 Apr 2023
29
Add python 3.11, no longer test against python 3.6
310
Test suite: add pytest-asyncio to enable async tests

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.1",
31+
version="2.2.0",
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)