This commit is contained in:
Cory Benfield 2016-05-06 09:12:36 +01:00
parent d824b8c538
commit 69ed5ee2a2
No known key found for this signature in database
GPG Key ID: 70FE17F8A643E15B
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
History
=======
0.9.0: 2016-05-06
-----------------
- Support for principal, hostname, and realm override.
- Added support for mutual auth.
0.8.0: 2016-01-07
-----------------

View File

@ -22,4 +22,4 @@ logging.getLogger(__name__).addHandler(NullHandler())
__all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED',
'OPTIONAL', 'DISABLED')
__version__ = '0.8.0'
__version__ = '0.9.0'