Skip to content

Commit

Permalink
Release version 1.1.1
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 e8b5393 commit dba7c1c
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.1: 2020-02-18
-----------------

- Fix DOS bug around Negotiate regular expressoin
- Update README to include section on setup

1.1.0: 2019-05-21
-----------------

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.0'
__version__ = '1.1.1'

0 comments on commit dba7c1c

Please sign in to comment.