From d4aa2de2bb89ca384ad81db731bb99735e1db788 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:41:23 -0700 Subject: Imported Upstream version 0.12.1 --- requests/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requests/__init__.py') diff --git a/requests/__init__.py b/requests/__init__.py index 96ef774..483ac87 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.11.2' -__build__ = 0x001102 +__version__ = '0.12.1' +__build__ = 0x001201 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz' -- cgit v1.2.3