From 2423fc416138da6033e4561edadef9b68f6e6867 Mon Sep 17 00:00:00 2001 From: Craig Citro Date: Fri, 31 Oct 2014 12:57:44 -0700 Subject: [PATCH] Version 1.3.2. --- CHANGELOG | 8 +++++++- docs/epy/oauth2client-module.html | 4 ++-- docs/epy/oauth2client-pysrc.html | 4 ++-- .../oauth2client.client.OAuth2WebServerFlow-class.html | 10 +++++----- oauth2client/__init__.py | 2 +- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 848415f..36bd9a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,14 @@ +v1.3.2 + Version 1.3.2 + + Quick bugfix for an issue with dict-like arguments to `flow.step2_exchange`, + which is common in some environments (such as GAE). + v1.3.1 Version 1.3.1 Quick bugfix for bad error handling in from_json. - + v1.3 Version 1.3 diff --git a/docs/epy/oauth2client-module.html b/docs/epy/oauth2client-module.html index 514adf3..e3753be 100644 --- a/docs/epy/oauth2client-module.html +++ b/docs/epy/oauth2client-module.html @@ -62,7 +62,7 @@ Client library for using OAuth2, especially with Google APIs.

Version: - 1.3.1 + 1.3.2

@@ -212,7 +212,7 @@ tools.run_flow() function should be used in its place.