summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'