Skip to content

Commit 628474d

Browse files
author
Ian Cordasco
committed
Update HISTORY and release version for 2.5.3
1 parent de674fc commit 628474d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release History
44
---------------
55

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+
614
2.5.2 (2015-02-23)
715
++++++++++++++++++
816

requests/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"""
4343

4444
__title__ = 'requests'
45-
__version__ = '2.5.2'
46-
__build__ = 0x020502
45+
__version__ = '2.5.3'
46+
__build__ = 0x020503
4747
__author__ = 'Kenneth Reitz'
4848
__license__ = 'Apache 2.0'
4949
__copyright__ = 'Copyright 2015 Kenneth Reitz'

0 commit comments

Comments
 (0)