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 51c2656 commit 8228955Copy full SHA for 8228955
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
Change Log
3
==========
4
5
-HEAD
6
-----
+1.10.6
+------
7
* Added support for getting and setting ``Account.oof_settings`` using the new ``OofSettings`` class.
8
* Added snake_case named shortcuts to all distinguished folders on the ``Account`` model. E.g.
9
``Account.search_folders``.
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
16
setup(
17
name='exchangelib',
18
- version='1.10.5',
+ version='1.10.6',
19
author='Erik Cederstrand',
20
author_email='[email protected]',
21
description='Client for Microsoft Exchange Web Services (EWS)',
0 commit comments