From 33b25176b86efcfa79bc93bae9be8e4affc48262 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 1 Dec 2014 17:03:24 -0600 Subject: [PATCH] Bump version to 2.5.0 --- requests/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/__init__.py b/requests/__init__.py index d5e1956..22cd57d 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.4.3' -__build__ = 0x020403 +__version__ = '2.5.0' +__build__ = 0x020500 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2014 Kenneth Reitz' -- 2.34.1