From efdafe2caa87dafd1260a5552be4772d8fedb7f8 Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Thu, 9 May 2019 14:10:05 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ exchangelib/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a84d079..b7ede73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ Change Log HEAD ---- + + +1.12.4 +------ - Fix bug that left out parts of the folder hierarchy when traversing `account.root`. +- Fix bug that did not properly find all attachments if an item has a mix of item + and file attachments. 1.12.3 diff --git a/exchangelib/__init__.py b/exchangelib/__init__.py index 8cd3f8e7..60ddd9d1 100644 --- a/exchangelib/__init__.py +++ b/exchangelib/__init__.py @@ -17,7 +17,7 @@ from .version import Build, Version from .settings import OofSettings -__version__ = '1.12.3' +__version__ = '1.12.4' __all__ = [ '__version__',