From 36e07d9476a67086ec1a8d917cdc703531673440 Mon Sep 17 00:00:00 2001 From: Ib Lundgren Date: Mon, 9 Jul 2012 21:54:37 +0200 Subject: 0.3.0 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 41c24c9..6a4db61 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,8 @@ Changelog *OAuthLib is in active development, with most of OAuth1 complete and OAuth2 already in the works.* +0.3.0: Initial OAuth 2 client support + 0.2.1: Exclude non urlencoded bodies during request verification 0.2.0: OAuth provider support diff --git a/setup.py b/setup.py index f2f7ffb..dad02ec 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requires = [] setup( name='oauthlib', - version='0.2.1', + version='0.3.0', 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