We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f18282 + 6b7f8ea commit c61bdf4Copy full SHA for c61bdf4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v1.4.11
4
+
5
+* Better environment detection with Managed VMs.
6
+* Better OpenSSL detection in exotic environments.
7
8
## v1.4.10
9
10
* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
oauth2client/__init__.py
@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '1.4.10'
+__version__ = '1.4.11'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
0 commit comments