Skip to content

Commit 492a4ab

Browse files
committedFeb 8, 2021
Release version 1.2.3
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent e2b6ab6 commit 492a4ab

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.2.3: 2021-02-08
5+
-----------------
6+
7+
- Drop python2 compat glue
8+
- Drop external mock dependency
9+
410
1.2.2: 2020-08-07
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.2.2'
25+
__version__ = '1.2.3'

0 commit comments

Comments
 (0)
Please sign in to comment.