v1.0.1 v1.0.1
authorKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 18:53:24 +0000 (13:53 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 18:53:24 +0000 (13:53 -0500)
HISTORY.rst
requests/__init__.py

index 191efa4..e979f67 100644 (file)
@@ -3,10 +3,11 @@
 History
 -------
 
-1.0.1
-+++++
+1.0.1 (2012-12-17)
+++++++++++++++++++
 
 - Cert verification exception bug.
+- Proxy fix for HTTPAdapter.
 
 1.0.0 (2012-12-17)
 ++++++++++++++++++
index 81096f6..c22313d 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '1.0.0'
-__build__ = 0x01000
+__version__ = '1.0.1'
+__build__ = 0x01001
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'