Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed May 9, 2019
1 parent 0a27d64 commit efdafe2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.12.3'
__version__ = '1.12.4'

__all__ = [
'__version__',
Expand Down

0 comments on commit efdafe2

Please sign in to comment.