v0.13.4 v0.13.4
authorKenneth Reitz <me@kennethreitz.com>
Fri, 27 Jul 2012 06:21:56 +0000 (02:21 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 27 Jul 2012 06:21:56 +0000 (02:21 -0400)
HISTORY.rst
requests/__init__.py

index 81059408ea8fc364b5162528fdaddbab1cee19ed..035ab78df6c3c0ff420eb40c9a6af7c142fdd31d 100644 (file)
@@ -3,13 +3,14 @@
 History
 -------
 
-0.13.4 (2012-xx-xx)
+0.13.4 (2012-07-27)
 +++++++++++++++++++
 
 - GSSAPI/Kerberos authentication!
 - App Engine 2.7 Fixes!
 - Fix leaking connections (from urllib3 update)
 - OAuthlib path hack fix
+- OAuthlib URL parameters fix.
 
 0.13.3 (2012-07-12)
 +++++++++++++++++++
index 59e0b85794fb6df0db33766e424ade1f1fcc4ab4..99d830c694706896f02f675958f72d79fbee6b06 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.13.2'
-__build__ = 0x001302
+__version__ = '0.13.4'
+__build__ = 0x001304
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'