This commit is contained in:
Kenneth Reitz
2012-08-25 10:49:16 -04:00
parent f65b790e9d
commit 94869e720e
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -3,6 +3,12 @@
History
-------
0.13.9 (2012-08-25)
+++++++++++++++++++
- Fix for OAuth + POSTs
- General bugfixes
0.13.8 (2012-08-21)
+++++++++++++++++++
+2 -2
View 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'