From 2b3d330a120a16e97cecd5163b5d454dcfe38a2b Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Fri, 9 Oct 2015 23:07:31 +0200 Subject: Import python-urllib3_1.12.orig.tar.gz --- urllib3/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urllib3/__init__.py') diff --git a/urllib3/__init__.py b/urllib3/__init__.py index 747d09a..86bb71d 100644 --- a/urllib3/__init__.py +++ b/urllib3/__init__.py @@ -4,7 +4,7 @@ urllib3 - Thread-safe connection pooling and re-using. __author__ = 'Andrey Petrov (andrey.petrov@shazow.net)' __license__ = 'MIT' -__version__ = '1.11' +__version__ = '1.12' from .connectionpool import ( -- cgit v1.2.3