From 99c2428aaa44f6e6ecfac42b4259c5d856acca7f Mon Sep 17 00:00:00 2001 From: Carson Lam Date: Wed, 2 Nov 2016 11:23:16 -0700 Subject: [PATCH] v0.11.0 --- HISTORY.rst | 6 ++++++ requests_kerberos/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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'