Update HISTORY and release version for 2.5.3 v2.5.3
authorIan Cordasco <ian.cordasco@rackspace.com>
Tue, 24 Feb 2015 16:30:17 +0000 (10:30 -0600)
committerIan Cordasco <ian.cordasco@rackspace.com>
Tue, 24 Feb 2015 16:30:17 +0000 (10:30 -0600)
HISTORY.rst
requests/__init__.py

index 269b725ae77fa0934e308993f62d3b598e16c5a3..1fc4f3bcb22697c92829f849243e33421683a013 100644 (file)
@@ -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)
 ++++++++++++++++++
 
index 70b50ae12990136d91fdccfddb28fd41d4d53a53..b90d792ede5e5d21410bd1ca71c2f5d007a317bc 100644 (file)
@@ -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'