From ee45e51bf48347f102d51cf3256cd6a2f2db9525 Mon Sep 17 00:00:00 2001 From: Ib Lundgren Date: Thu, 8 Nov 2012 23:58:56 +0100 Subject: 0.3.3 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d922b1a..c9d7101 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,8 @@ Changelog *OAuthLib is in active development, with most of OAuth1 complete and OAuth2 already in the works.* +0.3.3: OAuth 1 Provider verify now return useful params + 0.3.2: Fixed #62, all Python 3 tests pass. 0.3.1: Python 3.1, 3.2, 3.3 support (experimental) diff --git a/setup.py b/setup.py index e7628d5..1c803f0 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [] setup( name='oauthlib', - version='0.3.2', + version='0.3.3', 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