From 3bb13f8fbb9d4ed1a20bd33495cdc087eb062ca0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 25 May 2013 12:48:10 -0400 Subject: [PATCH] v1.2.3 --- HISTORY.rst | 12 ++++++++++++ requests/__init__.py | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index cbd71262..693f0177 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,18 @@ History ------- +1.2.3 (2013-05-25) +++++++++++++++++++ + +- Simple packaging fix + + +1.2.2 (2013-05-23) +++++++++++++++++++ + +- Simple packaging fix + + 1.2.1 (2013-05-20) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 6d76ac62..1af8d8ed 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '1.2.2' -__build__ = 0x010202 +__version__ = '1.2.3' +__build__ = 0x010203 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2013 Kenneth Reitz'