Update for v1.4.12 release.

This commit is contained in:
Craig Citro
2015-07-08 12:58:17 -07:00
parent df10cf707b
commit aeec4444b8
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# CHANGELOG
## v1.4.12
* Fix OS X flaky test failure (#189).
* Fix broken OpenSSL import (#191).
* Remove `@util.positional` from wrapped request in `Credentials.authorize()`
(#196, #197).
* Changing pinned dependencies to `>=` (#200, #204).
* Support client authentication using `Authorization` header (#206).
* Clarify environment check in case where GAE imports succeed but GAE services
aren't available (#208).
## v1.4.11
* Better environment detection with Managed VMs.

View File

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