Add release notes for 2.6.2

Closes #2561
This commit is contained in:
Ian Cordasco
2015-04-23 11:29:10 -05:00
parent 73b9b6906d
commit ca66267d2c
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -3,6 +3,14 @@
Release History
---------------
2.6.2 (2015-04-23)
++++++++++++++++++
**Bugfixes**
- Fix regression where compressed data that was sent as chunked data was not
properly decompressed. (#2561)
2.6.1 (2015-04-22)
++++++++++++++++++
+2 -2
View File
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
__version__ = '2.6.1'
__build__ = 0x020601
__version__ = '2.6.2'
__build__ = 0x020602
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015 Kenneth Reitz'