v0.13.9
authorKenneth Reitz <me@kennethreitz.com>
Sat, 25 Aug 2012 14:49:16 +0000 (10:49 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 25 Aug 2012 14:49:16 +0000 (10:49 -0400)
HISTORY.rst
requests/__init__.py

index b6a1887..f1751ee 100644 (file)
@@ -3,6 +3,12 @@
 History
 -------
 
+0.13.9 (2012-08-25)
++++++++++++++++++++
+
+- Fix for OAuth + POSTs
+- General bugfixes
+
 0.13.8 (2012-08-21)
 +++++++++++++++++++
 
index 93c4bfa..e61dda7 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.13.8'
-__build__ = 0x001308
+__version__ = '0.13.9'
+__build__ = 0x001309
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'