v1.2.2
authorKenneth Reitz <me@kennethreitz.com>
Tue, 21 May 2013 21:43:13 +0000 (17:43 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 21 May 2013 21:43:13 +0000 (17:43 -0400)
requests/__init__.py

index 810c863..6d76ac6 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '1.2.1'
-__build__ = 0x010201
+__version__ = '1.2.2'
+__build__ = 0x010202
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2013 Kenneth Reitz'