This commit is contained in:
Carson Lam 2016-11-02 11:23:16 -07:00
parent 815c857f58
commit 99c2428aaa
No known key found for this signature in database
GPG Key ID: 679D4F703389BC3E
2 changed files with 7 additions and 1 deletions

View File

@ -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
------------------

View File

@ -22,4 +22,4 @@ logging.getLogger(__name__).addHandler(NullHandler())
__all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED',
'OPTIONAL', 'DISABLED')
__version__ = '0.10.0'
__version__ = '0.11.0'