diff --git a/HISTORY.rst b/HISTORY.rst index e30c626..3e84047 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ History ======= +1.0.1: 2019-04-10 +----------------- + +- Fix example in README +- Fix license detection for PyPI +- Fix a problem with regex escaping +- Add COPR Makefile target + 1.0.0: 2017-12-14 ----------------- diff --git a/requests_gssapi/__init__.py b/requests_gssapi/__init__.py index b1839af..80155e0 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.0' +__version__ = '1.0.1'