Update for v1.4.11 release.

This commit is contained in:
Craig Citro
2015-05-19 14:50:27 -07:00
parent 9f182829b8
commit 6b7f8ea13c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# CHANGELOG
## v1.4.11
* Better environment detection with Managed VMs.
* Better OpenSSL detection in exotic environments.
## v1.4.10
* Update the `OpenSSL` check to be less strict about finding `crypto.py` in

View File

@@ -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'