This commit is contained in:
Kenneth Reitz
2011-10-23 16:56:47 -04:00
parent be69529dca
commit 0008b035e2
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,6 +1,12 @@
History
-------
0.7.3 (2011-10-23)
++++++++++++++++++
* Digest Auth fix.
0.7.2 (2011-10-23)
++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.7.2'
__build__ = 0x000702
__version__ = '0.7.3'
__build__ = 0x000703
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'