v0.8.9
authorKenneth Reitz <me@kennethreitz.com>
Wed, 28 Dec 2011 09:26:23 +0000 (04:26 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 28 Dec 2011 09:26:23 +0000 (04:26 -0500)
HISTORY.rst
requests/__init__.py

index 0505a1f..837420f 100644 (file)
@@ -1,6 +1,12 @@
 History
 -------
 
+0.8.9 (2011-12-28)
+++++++++++++++++++
+
+* Packaging fix.
+
+
 0.8.8 (2011-12-28)
 ++++++++++++++++++
 
index 2bfce3e..307d484 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.8.8'
-__build__ = 0x000808
+__version__ = '0.8.9'
+__build__ = 0x000809
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'