Skip to content

Commit

Permalink
v0.12.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Dec 20, 2017
1 parent cfa75a8 commit 393e49c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
History
=======

0.12.0.beta1: 2017-12-08
0.12.0: 2017-12-20
------------------------

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

0.11.0: 2016-11-02
Expand Down
2 changes: 1 addition & 1 deletion requests_kerberos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

__all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED',
'OPTIONAL', 'DISABLED')
__version__ = '0.12.0.beta1'
__version__ = '0.12.0'

0 comments on commit 393e49c

Please sign in to comment.