diff options
author | Ian Cordasco <ian.cordasco@rackspace.com> | 2015-02-24 10:30:17 -0600 |
---|---|---|
committer | Ian Cordasco <ian.cordasco@rackspace.com> | 2015-02-24 10:30:17 -0600 |
commit | 628474d62666e6691ec35677a918f5e97c35cda2 (patch) | |
tree | 08dd4dece64981871ea9bc2056e6c5f8df07e1a6 | |
parent | de674fc82c357fdc753d3887e4d14c66a5f98318 (diff) | |
download | python-requests-628474d62666e6691ec35677a918f5e97c35cda2.tar.gz |
Update HISTORY and release version for 2.5.3v2.5.3
-rw-r--r-- | HISTORY.rst | 8 | ||||
-rw-r--r-- | 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 <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' |