From 628474d62666e6691ec35677a918f5e97c35cda2 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 24 Feb 2015 10:30:17 -0600 Subject: [PATCH] Update HISTORY and release version for 2.5.3 --- HISTORY.rst | 8 ++++++++ requests/__init__.py | 4 ++-- 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 . """ __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'