From 8693fc746f67d6e8a3dee80e7eb287d39da944bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 19 Nov 2011 15:18:48 -0500 Subject: [PATCH] v0.8.2 --- HISTORY.rst | 5 +++-- requests/__init__.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0d7847a..0c0292d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,10 +1,11 @@ History ------- -0.8.2 -+++++ +0.8.2 (2011-11-19) +++++++++++++++++++ * Proper URL slash-quote handling. +* Cookies with ``[``, ``]``, and ``_`` allowed. 0.8.1 (2011-11-15) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index b42d121..9d2319a 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.8.1' -__build__ = 0x000801 +__version__ = '0.8.2' +__build__ = 0x000802 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz' -- 2.7.4