v2.3.0 v2.3.0
authorKenneth Reitz <me@kennethreitz.com>
Fri, 16 May 2014 17:55:47 +0000 (13:55 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 16 May 2014 17:55:47 +0000 (13:55 -0400)
requests/__init__.py

index 2e9f3a0bb0004b42d73c9f39480f0db8afbf67d2..bba190029e71b1f143e7de71e849051cb2ff37a7 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '2.2.1'
-__build__ = 0x020201
+__version__ = '2.3.0'
+__build__ = 0x020300
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2014 Kenneth Reitz'