Skip to content

Commit 717f8f7

Browse files
committed
New release, deprecating 'verify_ssl'
1 parent 0a0d6dd commit 717f8f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Change Log
33
==========
44

5-
HEAD
6-
----
5+
1.10.0
6+
------
77
* Removed the ``verify_ssl`` argument to ``Account``, ``discover`` and ``Configuration``. If you need to disable SSL
88
verification, register a custom ``HTTPAdapter`` class. A sample adapter class is provided for convenience:
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515

1616
setup(
1717
name='exchangelib',
18-
version='1.9.6',
18+
version='1.10.0',
1919
author='Erik Cederstrand',
2020
author_email='[email protected]',
2121
description='Client for Microsoft Exchange Web Services (EWS)',

0 commit comments

Comments
 (0)