From: Cory Benfield Date: Sat, 3 May 2014 09:59:14 +0000 (+0100) Subject: Remove references to not-yet-made 2.3.0 release. X-Git-Tag: v2.3.0~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07f9a7ea0201b5e8d9763c41153862f211de12bd;p=services%2Fpython-requests.git Remove references to not-yet-made 2.3.0 release. --- diff --git a/HISTORY.rst b/HISTORY.rst index 896dca4..0df8fac 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History --------------- -2.3.0 (YYYY-MM-DD) +X.X.X (YYYY-MM-DD) ++++++++++++++++++ **API Changes** diff --git a/requests/__init__.py b/requests/__init__.py index bba1900..2e9f3a0 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.3.0' -__build__ = 0x020300 +__version__ = '2.2.1' +__build__ = 0x020201 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2014 Kenneth Reitz'