Skip to content

Commit 393e49c

Browse files
committed
v0.12.0 final
1 parent cfa75a8 commit 393e49c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
History
22
=======
33

4-
0.12.0.beta1: 2017-12-08
4+
0.12.0: 2017-12-20
55
------------------------
66

7-
- Add support for channel binding tokens (assumes pykerberos support)
8-
- Add support for kerberos message encryption (assumes pykerberos support)
7+
- Add support for channel binding tokens (assumes pykerberos support >= 1.2.1)
8+
- Add support for kerberos message encryption (assumes pykerberos support >= 1.2.1)
99
- Misc CI/test fixes
1010

1111
0.11.0: 2016-11-02

requests_kerberos/__init__.py

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

2323
__all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED',
2424
'OPTIONAL', 'DISABLED')
25-
__version__ = '0.12.0.beta1'
25+
__version__ = '0.12.0'

0 commit comments

Comments
 (0)