Fixes #237
This commit is contained in:
Kenneth Reitz
2011-11-07 14:20:32 -05:00
parent 1a85e110b8
commit 8c90c610cd
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
History
-------
0.7.6 (2011-11-07)
++++++++++++++++++
* Digest authentication bugfix (attach query data to path)
0.7.5 (2011-11-04)
++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.7.5'
__build__ = 0x000705
__version__ = '0.7.6'
__build__ = 0x000706
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'