summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'