This commit is contained in:
Kenneth Reitz
2012-05-08 01:18:05 -04:00
parent 6b09e6ee34
commit bca920c1c1
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -3,6 +3,15 @@
History
-------
0.12.1 (2012-05-08)
+++++++++++++++++++
- New ``Response.json`` property
- Ability to add string file uploads
- Fix out-of-range issue with iter_lines
- Fix iter_content default size
- Fix POST redirects containing files
0.12.0 (2012-05-02)
+++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.12.0'
__build__ = 0x001200
__version__ = '0.12.01'
__build__ = 0x001201
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'