This commit is contained in:
Kenneth Reitz
2012-07-27 02:21:56 -04:00
parent 82d343fa00
commit 767751599e
2 changed files with 4 additions and 3 deletions
+2 -1
View 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)
+++++++++++++++++++
+2 -2
View 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'