From c09d1e35e128cde10c4a0de77ac71d85d59e1d05 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 21 May 2019 10:51:42 -0400 Subject: [PATCH] Release version 1.1.0 Signed-off-by: Robbie Harwood --- HISTORY.rst | 6 ++++++ requests_gssapi/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3e84047..d233554 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +1.1.0: 2019-05-21 +----------------- + +- Disable mutual authentication by default +- Add more documentation on MutualAuthenticationError + 1.0.1: 2019-04-10 ----------------- diff --git a/requests_gssapi/__init__.py b/requests_gssapi/__init__.py index 80155e0..f6910ee 100644 --- a/requests_gssapi/__init__.py +++ b/requests_gssapi/__init__.py @@ -22,4 +22,4 @@ __all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED', 'OPTIONAL', 'DISABLED') -__version__ = '1.0.1' +__version__ = '1.1.0'