Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Aug 22, 2023
1 parent 12dbdfa commit 490f734
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ HEAD
----


5.1.0
-----
- Fix QuerySet operations on shared folders
- Fix globbing on patterns with more than two folder levels
- Fix case sensitivity of "/" folder navigation
- Multiple improvements related to consistency and graceful error handling


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

__version__ = "5.0.3"
__version__ = "5.1.0"

__all__ = [
"__version__",
Expand Down

0 comments on commit 490f734

Please sign in to comment.