Release v4.1.1 (#718)

This commit is contained in:
Tomas Reimers
2017-06-07 00:04:26 +08:00
committed by Jon Wayne Parrott
parent a1da72d15c
commit 97320af273
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# CHANGELOG
## v4.1.1
**Note**: oauth2client is deprecated. No more features will be added to the
libraries and the core team is turning down support. We recommend you use
[google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/).
New features:
* Allow passing prompt='consent' via the flow_from_clientsecrets. (#717)
## v4.1.0
**Note**: oauth2client is now deprecated. No more features will be added to the

View File

@@ -14,7 +14,7 @@
"""Client library for using OAuth2, especially with Google APIs."""
__version__ = '4.1.0'
__version__ = '4.1.1'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'