Skip to content

Commit c37603a

Browse files
Release version 1.2.0
Signed-off-by: Robbie Harwood <[email protected]>
1 parent c9e429c commit c37603a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

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

4+
1.2.0: 2020-02-18
5+
-----------------
6+
7+
- Add support for specifing an explicit GSSAPI mech
8+
49
1.1.1: 2020-02-18
510
-----------------
611

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.1'
25+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)