v2.2.0
authorKenneth Reitz <me@kennethreitz.com>
Thu, 9 Jan 2014 19:33:17 +0000 (14:33 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 9 Jan 2014 19:33:17 +0000 (14:33 -0500)
requests/__init__.py

index 9c889d7..90fcb03 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __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'