From: Kenneth Reitz Date: Fri, 15 Apr 2011 21:26:51 +0000 (-0400) Subject: version bump X-Git-Tag: v0.3.2~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e14d4704d87f572ab3257956bf7f32b0e6dab79;p=services%2Fpython-requests.git version bump --- diff --git a/docs/conf.py b/docs/conf.py index 5c3eb6e..8ea7731 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2011, Kenneth Reitz' # built documents. # # The short X.Y version. -version = '0.2.0' +version = '0.3.2' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/requests/core.py b/requests/core.py index 2a4cc09..625d845 100644 --- a/requests/core.py +++ b/requests/core.py @@ -25,8 +25,8 @@ from .packages.poster.streaminghttp import register_openers, get_handlers __title__ = 'requests' -__version__ = '0.3.1' -__build__ = 0x000301 +__version__ = '0.3.2' +__build__ = 0x000302 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'