Update for v1.4.11 release.
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## v1.4.11
|
||||||
|
|
||||||
|
* Better environment detection with Managed VMs.
|
||||||
|
* Better OpenSSL detection in exotic environments.
|
||||||
|
|
||||||
## v1.4.10
|
## v1.4.10
|
||||||
|
|
||||||
* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
|
* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
"""Client library for using OAuth2, especially with Google APIs."""
|
"""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_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
|
||||||
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
|
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
|
||||||
|
|||||||
Reference in New Issue
Block a user