summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY.rst8
-rw-r--r--requests/__init__.py4
2 files changed, 10 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 269b725a..1fc4f3bc 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,14 @@
Release History
---------------
+2.5.3 (2015-02-24)
+++++++++++++++++++
+
+**Bugfixes**
+
+- Revert changes to our vendored certificate bundle. For more context see
+ (#2455, #2456, and http://bugs.python.org/issue23476)
+
2.5.2 (2015-02-23)
++++++++++++++++++
diff --git a/requests/__init__.py b/requests/__init__.py
index 70b50ae1..b90d792e 100644
--- a/requests/__init__.py
+++ b/requests/__init__.py
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
-__version__ = '2.5.2'
-__build__ = 0x020502
+__version__ = '2.5.3'
+__build__ = 0x020503
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Kenneth Reitz'