Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed May 28, 2019
1 parent 355f32a commit 0e1216c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ HEAD
----


1.12.5
------
- Bugfix release.


1.12.4
------
- Fix bug that left out parts of the folder hierarchy when traversing `account.root`.
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.4'
__version__ = '1.12.5'

__all__ = [
'__version__',
Expand Down

0 comments on commit 0e1216c

Please sign in to comment.