This commit is contained in:
Cory Benfield
2015-05-03 15:45:47 +01:00
parent ee7389da98
commit b7bd297340
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -3,6 +3,17 @@
Release History
---------------
2.7.0 (2015-05-03)
++++++++++++++++++
This is the first release that follows our new release process. For more, see
[our documentation](http://docs.python-requests.org/en/latest/community/release-process/).
**Bugfixes**
- Updated urllib3 to 1.10.4, resolving several bugs involving chunked transfer
encoding and response framing.
2.6.2 (2015-04-23)
++++++++++++++++++
+2 -2
View File
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
__version__ = '2.6.2'
__build__ = 0x020602
__version__ = '2.7.0'
__build__ = 0x020700
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Kenneth Reitz'