Update for v1.4.10 release.

This commit is contained in:
Craig Citro
2015-05-18 10:28:56 -07:00
parent 418d5a6c90
commit 6ba45e6a0c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# CHANGELOG
## v1.4.10
* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
the `OpenSSL` directory.
* `tox` updates for new environment handling in `tox`.
## v1.4.9
* Ensure that the ADC fails if we try to *write* the well-known file to a

View File

@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
__version__ = '1.4.9'
__version__ = '1.4.10'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'