v1.0.3 v1.0.3
authorKenneth Reitz <me@kennethreitz.com>
Tue, 18 Dec 2012 09:50:41 +0000 (04:50 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 18 Dec 2012 09:50:41 +0000 (04:50 -0500)
HISTORY.rst
requests/__init__.py

index 6d867e1..7586ed0 100644 (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)
 ++++++++++++++++++
 
index 8fbe3eb..0888658 100644 (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'