Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Oct 4, 2022
1 parent 737c912 commit fc230f6
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
----


4.8.0
-----
- Added new `OAuth2LegacyCredentials` class to support username/password auth
over OAuth.


4.7.6
-----
- Fixed token refresh bug with OAuth2 authentication, again
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__ = "4.7.6"
__version__ = "4.8.0"

__all__ = [
"__version__",
Expand Down

0 comments on commit fc230f6

Please sign in to comment.