This commit is contained in:
Kenneth Reitz
2012-12-18 04:50:41 -05:00
parent b2d03ac9a2
commit c60b72e2d0
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -3,6 +3,12 @@
History
-------
1.0.3 (2012-12-18)
++++++++++++++++++
- Fix file upload encoding bug
- Fix cookie behavior
1.0.2 (2012-12-17)
++++++++++++++++++
+2 -2
View File
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
__version__ = '1.0.2'
__build__ = 0x01002
__version__ = '1.0.3'
__build__ = 0x01003
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2012 Kenneth Reitz'