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
| - Generated by Epydoc 3.0.1 on Thu Nov 13 12:43:42 2014 + Generated by Epydoc 3.0.1 on Thu Nov 13 14:04:19 2014 |
1 """Client library for using OAuth2, especially with Google APIs."""
2
- 3 __version__ = '1.4'
+ 3 __version__ = '1.4.1'
4
5 GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
6 GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
@@ -96,7 +96,7 @@ expandto(location.href);
|