Skip to content

Commit

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

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

- Use USER_NAME instead of HOSTBASED_SERVICE for user principals
- Remove unused imports in example code
- Fix typo in explicit mech example

1.2.1: 2020-03-31
-----------------

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.1'
__version__ = '1.2.2'

0 comments on commit 8718174

Please sign in to comment.