v0.14.2 v0.14.2
authorKenneth Reitz <me@kennethreitz.com>
Sat, 27 Oct 2012 15:08:40 +0000 (10:08 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 27 Oct 2012 15:08:40 +0000 (10:08 -0500)
requests/__init__.py

index 2e33412..70162ee 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '0.14.1'
-__build__ = 0x001401
+__version__ = '0.14.2'
+__build__ = 0x001402
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'