fix urllib3

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-25 14:19:55 -04:00
parent c9544530b8
commit 27cd33f5ca
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
7.9.10:
- Use urllib3 directly, for exceptions handling.
7.9.9:
- Fix argument parsing.
7.9.8:
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '7.9.9'
__version__ = '7.9.10'