Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed May 31, 2018
1 parent 1b48a38 commit 71742a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

1.11.4
------

- Improve back off handling when receiving `ErrorServerBusy` error messages from the server
- Fixed bug where `Account.root` and its children would point to the root folder of the
connecting account instead of the target account when connecting to other accounts.

1.11.3
------

Expand Down
2 changes: 1 addition & 1 deletion exchangelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .version import Build, Version
from .settings import OofSettings

__version__ = '1.11.3'
__version__ = '1.11.4'

__all__ = [
'__version__',
Expand Down

0 comments on commit 71742a2

Please sign in to comment.