Skip to content

Commit dba7c1c

Browse files
Release version 1.1.1
Signed-off-by: Robbie Harwood <[email protected]>
1 parent e8b5393 commit dba7c1c

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+
1.1.1: 2020-02-18
5+
-----------------
6+
7+
- Fix DOS bug around Negotiate regular expressoin
8+
- Update README to include section on setup
9+
410
1.1.0: 2019-05-21
511
-----------------
612

requests_gssapi/__init__.py

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

2323
__all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError',
2424
'REQUIRED', 'OPTIONAL', 'DISABLED')
25-
__version__ = '1.1.0'
25+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)