Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Jan 14, 2022
1 parent f83a5d1 commit 0dd62d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change Log

HEAD
----


4.7.0
-----
- Fixed some spelling mistakes:
- `ALL_OCCURRENCIES` to `ALL_OCCURRENCES` in `exchangelib.items.base`
- `Persona.orgnaization_main_phones` to `Persona.organization_main_phones`
Expand Down
2 changes: 1 addition & 1 deletion exchangelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .transport import BASIC, DIGEST, NTLM, GSSAPI, SSPI, OAUTH2, CBA
from .version import Build, Version

__version__ = '4.6.2'
__version__ = '4.7.0'

__all__ = [
'__version__',
Expand Down

0 comments on commit 0dd62d7

Please sign in to comment.