From 20e71a41edc1a632d9437ca927ea0d3b0535c7f9 Mon Sep 17 00:00:00 2001 From: Ib Lundgren Date: Mon, 19 Nov 2012 19:27:52 +0100 Subject: 0.3.4 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0aa0245..9f8276f 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,8 @@ Changelog *OAuthLib is in active development, with most of OAuth1 complete and OAuth2 already in the works.* +0.3.4: A number of small features and bug fixes. + 0.3.3: OAuth 1 Provider verify now return useful params 0.3.2: Fixed #62, all Python 3 tests pass. diff --git a/setup.py b/setup.py index c2e3fa2..4bf31e1 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [] setup( name='oauthlib', - version='0.3.3', + version='0.3.4', description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic', long_description=fread('README.rst'), author='Idan Gazit', -- cgit v1.2.1