Skip to content

Commit 492a4ab

Browse files
Release version 1.2.3
Signed-off-by: Robbie Harwood <[email protected]>
1 parent e2b6ab6 commit 492a4ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)