Skip to content

Commit

Permalink
Update requests to 2.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Otetz committed May 17, 2019
1 parent 1eadb69 commit 64f3aeb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions 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
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -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)
------------------

Expand Down
4 changes: 2 additions & 2 deletions 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"
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
pluggy==0.11.0
requests==2.20.0
requests==2.22.0
urllib3>=1.15

0 comments on commit 64f3aeb

Please sign in to comment.