v2.2.1 upstream/2.2.1
authorKenneth Reitz <me@kennethreitz.com>
Thu, 23 Jan 2014 18:25:40 +0000 (13:25 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 23 Jan 2014 18:25:40 +0000 (13:25 -0500)
HISTORY.rst
requests/__init__.py

index e160494..8bdb6ab 100644 (file)
@@ -3,7 +3,7 @@
 Release History
 ---------------
 
-2.2.1 (XXXX-XX-XX)
+2.2.1 (2014-01-23)
 ++++++++++++++++++
 
 **Bugfixes**
index 90fcb03..2e9f3a0 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '2.2.0'
-__build__ = 0x020200
+__version__ = '2.2.1'
+__build__ = 0x020201
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2014 Kenneth Reitz'