diff --git a/HISTORY.rst b/HISTORY.rst index 86b14a5..e9d1e2d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +0.11.0: 2016-11-02 +------------------ + +- Switch dependency on Windows from kerberos-sspi/pywin32 to WinKerberos. + This brings Custom Principal support to Windows users. + 0.10.0: 2016-05-18 ------------------ diff --git a/requests_kerberos/__init__.py b/requests_kerberos/__init__.py index 1fd1972..b863fb8 100644 --- a/requests_kerberos/__init__.py +++ b/requests_kerberos/__init__.py @@ -22,4 +22,4 @@ __all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED', 'OPTIONAL', 'DISABLED') -__version__ = '0.10.0' +__version__ = '0.11.0'