Skip to content

Commit b9128d3

Browse files
Release version 1.0.0
Signed-off-by: Robbie Harwood <[email protected]> Resolves: #5
1 parent cc010d4 commit b9128d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
History
22
=======
33

4+
1.0.0: 2017-12-14
5+
-----------------
6+
7+
- Fork project to requests-gssapi
8+
- Replace pykerberos with python-gssapi
9+
- Add HTTPSPNEGOAuth interface. HTTPKerberosAuth is retained as a shim, but
10+
bump the major version anyway for clarity.
11+
412
0.11.0: 2016-11-02
513
------------------
614

Diff for: requests_gssapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
__all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError',
2424
'REQUIRED', 'OPTIONAL', 'DISABLED')
25-
__version__ = '0.11.0'
25+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)