Skip to content

Commit 8718174

Browse files
Release version 1.2.2
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 6aa78d6 commit 8718174

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

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

4+
1.2.2: 2020-08-07
5+
-----------------
6+
7+
- Use USER_NAME instead of HOSTBASED_SERVICE for user principals
8+
- Remove unused imports in example code
9+
- Fix typo in explicit mech example
10+
411
1.2.1: 2020-03-31
512
-----------------
613

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.2.1'
25+
__version__ = '1.2.2'

0 commit comments

Comments
 (0)