v0.7.3 v0.7.3
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 20:56:47 +0000 (16:56 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 20:56:47 +0000 (16:56 -0400)
HISTORY.rst
requests/__init__.py

index 6cb56628eeac1863e6440387b294ce7584fce4b7..1edef63167519d6221a3a2c583a1da8c998164c0 100644 (file)
@@ -1,6 +1,12 @@
 History
 -------
 
+0.7.3 (2011-10-23)
+++++++++++++++++++
+
+* Digest Auth fix.
+
+
 0.7.2 (2011-10-23)
 ++++++++++++++++++
 
index 5723dc441350ebbc35b62137423883c8cb6c5cc0..fd8853d9e340e82f5c86da747fbe2355e708d450 100644 (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'