From 0db1d3d6753d6a1e5bee25b874b4eed757009425 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 9 Jan 2014 14:33:17 -0500 Subject: [PATCH] v2.2.0 --- requests/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/__init__.py b/requests/__init__.py index 9c889d7..90fcb03 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.1.0' -__build__ = 0x020100 +__version__ = '2.2.0' +__build__ = 0x020200 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2014 Kenneth Reitz' -- 2.7.4