summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2014-01-23 13:25:40 -0500
committerKenneth Reitz <me@kennethreitz.com>2014-01-23 13:25:40 -0500
commit33735480f77891754304e7f13e3cdf83aaaa76aa (patch)
tree231bff6d8bc8223cb84b140ab5fcfb705213bda2
parenta5b3719967e685afe9e96359e69177fda0a10d44 (diff)
downloadpython-requests-2.2.1.tar.gz
v2.2.1v2.2.1
-rw-r--r--HISTORY.rst2
-rw-r--r--requests/__init__.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index e160494f..8bdb6ab1 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,7 +3,7 @@
Release History
---------------
-2.2.1 (XXXX-XX-XX)
+2.2.1 (2014-01-23)
++++++++++++++++++
**Bugfixes**
diff --git a/requests/__init__.py b/requests/__init__.py
index 90fcb033..2e9f3a0b 100644
--- a/requests/__init__.py
+++ b/requests/__init__.py
@@ -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'