v2.4.3 v2.4.3
authorKenneth Reitz <me@kennethreitz.com>
Mon, 6 Oct 2014 09:44:25 +0000 (05:44 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 6 Oct 2014 09:44:25 +0000 (05:44 -0400)
requests/__init__.py

index 169a6cd02af61bd1c743e19ca8bdfbf55a4ae38a..d5e1956e12f6348d9dc0612cbfcd6a6b30b7f6f7 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '2.4.2'
-__build__ = 0x020402
+__version__ = '2.4.3'
+__build__ = 0x020403
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2014 Kenneth Reitz'