diff --git a/HISTORY.rst b/HISTORY.rst index 6ca3c38..8970fdd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +1.2.1: 2020-03-31 +----------------- + +- Include tests in sdist tarball +- Don't limit contexts to a single server name + 1.2.0: 2020-02-18 ----------------- diff --git a/requests_gssapi/__init__.py b/requests_gssapi/__init__.py index f443ec1..e718129 100644 --- a/requests_gssapi/__init__.py +++ b/requests_gssapi/__init__.py @@ -22,4 +22,4 @@ __all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED', 'OPTIONAL', 'DISABLED') -__version__ = '1.2.0' +__version__ = '1.2.1'