diff --git a/ChangeLog b/ChangeLog index 09e5a90..75fe498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ CHANGES ======= +* Update requests to 2.22.0. +* Drop Python 3.4 support (via requests) +* Update toolset versions * Documentation * Travis * Setup, reqs and tox diff --git a/HISTORY.rst b/HISTORY.rst index 7df447a..ded0d31 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +0.1.1 (2017-12-10) +------------------ + +* Update requests to 2.22.0. +* Drop Python 3.4 support (via requests 2.x) +* Update toolset versions + 0.1.0 (2017-12-10) ------------------ diff --git a/requests_proxy_adapter/version.py b/requests_proxy_adapter/version.py index 0768ed3..064720f 100644 --- a/requests_proxy_adapter/version.py +++ b/requests_proxy_adapter/version.py @@ -1,3 +1,3 @@ #!/usr/bin/env python -__version__ = "0.1.0" -__date__ = "2017-12-10" +__version__ = "0.1.1" +__date__ = "2018-05-18" diff --git a/requirements.txt b/requirements.txt index 0bd93f4..20002d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pluggy==0.11.0 -requests==2.20.0 +requests==2.22.0 urllib3>=1.15