Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <[email protected]>
Resolves: #5
  • Loading branch information
frozencemetery committed Dec 19, 2017
1 parent cc010d4 commit b9128d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

1.0.0: 2017-12-14
-----------------

- Fork project to requests-gssapi
- Replace pykerberos with python-gssapi
- Add HTTPSPNEGOAuth interface. HTTPKerberosAuth is retained as a shim, but
bump the major version anyway for clarity.

0.11.0: 2016-11-02
------------------

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__ = '0.11.0'
__version__ = '1.0.0'

0 comments on commit b9128d3

Please sign in to comment.