Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed May 4, 2019
1 parent b832468 commit e2cb2ad
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 @@ -5,6 +5,12 @@ HEAD
----


1.12.3
------
- Add support for reading and writing `PermissionSet` field on folders.
- Add support for Exchange 2019 build IDs.


1.12.2
------
- Add `Protocol.expand_dl()` to get members of a distribution list.
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.2'
__version__ = '1.12.3'

__all__ = [
'__version__',
Expand Down

0 comments on commit e2cb2ad

Please sign in to comment.