We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de674fc commit 628474dCopy full SHA for 628474d
HISTORY.rst
@@ -3,6 +3,14 @@
3
Release History
4
---------------
5
6
+2.5.3 (2015-02-24)
7
+++++++++++++++++++
8
+
9
+**Bugfixes**
10
11
+- Revert changes to our vendored certificate bundle. For more context see
12
+ (#2455, #2456, and http://bugs.python.org/issue23476)
13
14
2.5.2 (2015-02-23)
15
++++++++++++++++++
16
requests/__init__.py
@@ -42,8 +42,8 @@
42
"""
43
44
__title__ = 'requests'
45
-__version__ = '2.5.2'
46
-__build__ = 0x020502
+__version__ = '2.5.3'
+__build__ = 0x020503
47
__author__ = 'Kenneth Reitz'
48
__license__ = 'Apache 2.0'
49
__copyright__ = 'Copyright 2015 Kenneth Reitz'
0 commit comments