Skip to content

Commit 99c2428

Browse files
committed
v0.11.0
1 parent 815c857 commit 99c2428

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
=======
33

4+
0.11.0: 2016-11-02
5+
------------------
6+
7+
- Switch dependency on Windows from kerberos-sspi/pywin32 to WinKerberos.
8+
This brings Custom Principal support to Windows users.
9+
410
0.10.0: 2016-05-18
511
------------------
612

requests_kerberos/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
__all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED',
2424
'OPTIONAL', 'DISABLED')
25-
__version__ = '0.10.0'
25+
__version__ = '0.11.0'

0 commit comments

Comments
 (0)