From 1da50150c508ae96c7f05cdf4ab987cb5611034c Mon Sep 17 00:00:00 2001 From: Ib Lundgren Date: Sat, 23 Feb 2013 16:38:45 +0100 Subject: [PATCH] 0.3.8 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 35f50122..9a79c8da 100644 --- a/README.rst +++ b/README.rst @@ -62,6 +62,8 @@ Changelog *OAuthLib is in active development, with most of OAuth1 complete and OAuth2 already in the works.* +0.3.8: OAuth 2 Client now uses custom errors and raise on expire + 0.3.7: OAuth 1 optional encoding of Client.sign return values 0.3.6: Revert default urlencoding. diff --git a/setup.py b/setup.py index 4c966caa..1d6f1b12 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def fread(fn): setup( name='oauthlib', - version='0.3.7', + version='0.3.8', description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic', long_description=fread('README.rst'), author='Idan Gazit',