Release v1.4.6.

This commit is contained in:
Nathaniel Manista
2015-01-16 19:27:36 +00:00
parent 7f19c40609
commit f287b05611
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# CHANGELOG
## v1.4.6
* Add utility function to convert PKCS12 key to PEM. (#115)
* Change GCE detection logic. (#93)
* Add a tox env for doc generation.
## v1.4.5
* Set a shorter timeout for an Application Default Credentials issue on some

View File

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