From de773eefcb3c1afe54a0c12d5bf9bd214ceaf404 Mon Sep 17 00:00:00 2001 From: Ib Lundgren Date: Tue, 10 Jun 2014 11:35:42 +0100 Subject: 0.6.3 --- README.rst | 3 +++ oauthlib/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aa9aace..e26489f 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,9 @@ details. .. _`supported features`: http://oauthlib.readthedocs.org/en/latest/feature_matrix.html +0.6.3: Quick fix. OAuth 1 client repr in 0.6.2 overwrote secrets when + scrubbing for print. + 0.6.2: * Numerous OAuth2 provider errors now suggest a status code of 401 instead diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py index dc79bb8..b043a5a 100644 --- a/oauthlib/__init__.py +++ b/oauthlib/__init__.py @@ -10,4 +10,4 @@ """ __author__ = 'Idan Gazit ' -__version__ = '0.6.2' +__version__ = '0.6.3' -- cgit v1.2.1