Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <[email protected]>
  • Loading branch information
frozencemetery committed May 21, 2019
1 parent 498da2e commit c09d1e3
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.1.0: 2019-05-21
-----------------

- Disable mutual authentication by default
- Add more documentation on MutualAuthenticationError

1.0.1: 2019-04-10
-----------------

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.0.1'
__version__ = '1.1.0'

0 comments on commit c09d1e3

Please sign in to comment.