v0.7.2 v0.7.2
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 19:40:10 +0000 (15:40 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 19:40:26 +0000 (15:40 -0400)
HISTORY.rst
requests/__init__.py

index a6a02daa9fd9365924ae41904480c690249776eb..6cb56628eeac1863e6440387b294ce7584fce4b7 100644 (file)
@@ -1,6 +1,12 @@
 History
 -------
 
+0.7.2 (2011-10-23)
+++++++++++++++++++
+
+* PATCH Fix.
+
+
 0.7.1 (2011-10-23)
 ++++++++++++++++++
 
index bf699c5a918198e1da255298631cb416191a6483..5723dc441350ebbc35b62137423883c8cb6c5cc0 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.7.1'
-__build__ = 0x000701
+__version__ = '0.7.2'
+__build__ = 0x000702
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'