Skip to content

Commit

Permalink
Bump major version after removing Python2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Jan 17, 2020
1 parent e93c438 commit 40822ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ Change Log

HEAD
----


3.0.0
-----
- The new Autodiscover implementation added in 2.2.0 is now default. To switch back to the old
implementation, set the environment variable `EXCHANGELIB_AUTODISCOVER_VERSION=legacy`.
- Removed support for Python 2
Expand Down
2 changes: 1 addition & 1 deletion exchangelib/__init__.py
Expand Up @@ -16,7 +16,7 @@
from .transport import BASIC, DIGEST, NTLM, GSSAPI, SSPI, OAUTH2
from .version import Build, Version

__version__ = '2.2.0'
__version__ = '3.0.0'

__all__ = [
'__version__',
Expand Down

0 comments on commit 40822ee

Please sign in to comment.