We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54fa21 commit e818f01Copy full SHA for e818f01
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Change Log
3
==========
4
5
+1.10.4
6
+------
7
+* Added support for most item fields. The remaining ones are mentioned in issue #203.
8
+
9
10
1.10.3
11
------
12
* Added an ``exchangelib.util.PrettyXmlHandler`` log handler which will pretty-print and highlight XML requests
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
16
setup(
17
name='exchangelib',
18
- version='1.10.3',
+ version='1.10.4',
19
author='Erik Cederstrand',
20
author_email='[email protected]',
21
description='Client for Microsoft Exchange Web Services (EWS)',
0 commit comments