From 00c4c8057a34ee142e9729dbeb51855e0282f82e Mon Sep 17 00:00:00 2001 From: Craig Citro Date: Thu, 13 Nov 2014 14:07:36 -0800 Subject: [PATCH] Update to v1.4.1. --- CHANGELOG | 5 +++++ docs/epy/oauth2client-module.html | 4 ++-- docs/epy/oauth2client-pysrc.html | 4 ++-- oauth2client/__init__.py | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2528d81..a44e969 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v1.4.1 + Version 1.4.1 + + Fix a critical bug on import in oauth2client.tools. + v1.4 Version 1.4 diff --git a/docs/epy/oauth2client-module.html b/docs/epy/oauth2client-module.html index b7ea1cc..111e1f9 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.4 + 1.4.1

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