Skip to content

Commit

Permalink
Release version 1.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
  • Loading branch information
frozencemetery committed Feb 8, 2021
1 parent e2b6ab6 commit 492a4ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

1.2.3: 2021-02-08
-----------------

- Drop python2 compat glue
- Drop external mock dependency

1.2.2: 2020-08-07
-----------------

Expand Down
2 changes: 1 addition & 1 deletion requests_gssapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

__all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError',
'REQUIRED', 'OPTIONAL', 'DISABLED')
__version__ = '1.2.2'
__version__ = '1.2.3'

0 comments on commit 492a4ab

Please sign in to comment.