Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Jul 21, 2022
1 parent 38999cf commit 6c4a0fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ HEAD
----


4.7.4
-----
- Bugfix release


4.7.3
-----
- Bugfix release
Expand Down Expand Up @@ -841,4 +846,3 @@ shared_calendar = SingleFolderQuerySet(account=account, folder=DistinguishedFold
---

- Initial import

2 changes: 1 addition & 1 deletion exchangelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .transport import BASIC, CBA, DIGEST, GSSAPI, NTLM, OAUTH2, SSPI
from .version import Build, Version

__version__ = "4.7.3"
__version__ = "4.7.4"

__all__ = [
"__version__",
Expand Down

0 comments on commit 6c4a0fe

Please sign in to comment.