Skip to content

Commit

Permalink
Release version 1.2.0
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 18, 2020
1 parent c9e429c commit c37603a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

1.2.0: 2020-02-18
-----------------

- Add support for specifing an explicit GSSAPI mech

1.1.1: 2020-02-18
-----------------

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.1.1'
__version__ = '1.2.0'

0 comments on commit c37603a

Please sign in to comment.