summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2014-06-10 11:35:42 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2014-06-10 11:35:42 +0100
commitde773eefcb3c1afe54a0c12d5bf9bd214ceaf404 (patch)
tree028739053026598a57c86a82b8d3cea593e7f77d
parent6f4fb95255b9242237edb3c22d7fcab791e77d8d (diff)
downloadoauthlib-de773eefcb3c1afe54a0c12d5bf9bd214ceaf404.tar.gz
0.6.30.6.3
-rw-r--r--README.rst3
-rw-r--r--oauthlib/__init__.py2
2 files changed, 4 insertions, 1 deletions
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 <idan@gazit.me>'
-__version__ = '0.6.2'
+__version__ = '0.6.3'