From: Ian Cordasco Date: Tue, 24 Feb 2015 16:30:17 +0000 (-0600) Subject: Update HISTORY and release version for 2.5.3 X-Git-Tag: v2.5.3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=628474d62666e6691ec35677a918f5e97c35cda2;p=services%2Fpython-requests.git Update HISTORY and release version for 2.5.3 --- diff --git a/HISTORY.rst b/HISTORY.rst index 269b725..1fc4f3b 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 70b50ae..b90d792 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'