diff --git a/HISTORY.rst b/HISTORY.rst index f65a88a..6ca3c38 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ======= +1.2.0: 2020-02-18 +----------------- + +- Add support for specifing an explicit GSSAPI mech + 1.1.1: 2020-02-18 ----------------- diff --git a/requests_gssapi/__init__.py b/requests_gssapi/__init__.py index 26ae3e9..f443ec1 100644 --- a/requests_gssapi/__init__.py +++ b/requests_gssapi/__init__.py @@ -22,4 +22,4 @@ __all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED', 'OPTIONAL', 'DISABLED') -__version__ = '1.1.1' +__version__ = '1.2.0'