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 191efa42e2e6b4c23a661dfc3e141e271e53fb5c..e979f677331d1da9d5b75bce35ba84a0f3f7256d 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 81096f6cddaa92f4deca19c19f02b0f17a1dc199..c22313d60fd7a5cde7f4cb6caacbf73403c5cf57 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'