v0.13.8
authorKenneth Reitz <me@kennethreitz.com>
Mon, 20 Aug 2012 15:15:50 +0000 (01:15 +1000)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 20 Aug 2012 15:15:50 +0000 (01:15 +1000)
HISTORY.rst
requests/__init__.py

index 0596751..b6a1887 100644 (file)
@@ -3,6 +3,11 @@
 History
 -------
 
+0.13.8 (2012-08-21)
++++++++++++++++++++
+
+- Incredible Link header support :)
+
 0.13.7 (2012-08-19)
 +++++++++++++++++++
 
index e2cf3af..93c4bfa 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.13.7'
-__build__ = 0x001307
+__version__ = '0.13.8'
+__build__ = 0x001308
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'