v2.0.1
authorKenneth Reitz <me@kennethreitz.com>
Thu, 24 Oct 2013 14:00:49 +0000 (10:00 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 24 Oct 2013 14:00:49 +0000 (10:00 -0400)
HISTORY.rst
requests/__init__.py

index 957f55b0c1a3d21eaf4c984b80c9b1590691df17..d28831c0568bc780663f24e425172610845f4a79 100644 (file)
@@ -3,6 +3,12 @@
 Release History
 ---------------
 
+
+2.0.1 (2013-10-24)
+++++++++++++++++++
+
+- Updated included CA Bundle
+
 2.0.0 (2013-09-24)
 ++++++++++++++++++
 
index 83e72f9b768223d34556f2a9675ab26a69f2c021..793ac22aab8d731f492235f51c7f96aa72d607ef 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '2.0.0'
-__build__ = 0x020000
+__version__ = '2.0.1'
+__build__ = 0x020001
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2013 Kenneth Reitz'