Release v4.1.2 (#721)
Signed-off-by: Spyros Trigazis <strigazi@gmail.com>
This commit is contained in:
committed by
Jon Wayne Parrott
parent
98c0a1a8c8
commit
d94570eb39
@@ -1,5 +1,14 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v4.1.2
|
||||
|
||||
**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/).
|
||||
|
||||
Bug fixes:
|
||||
* Fix packaging issue had erroneously installed the test package. (#688)
|
||||
|
||||
## v4.1.1
|
||||
|
||||
**Note**: oauth2client is deprecated. No more features will be added to the
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
"""Client library for using OAuth2, especially with Google APIs."""
|
||||
|
||||
__version__ = '4.1.1'
|
||||
__version__ = '4.1.2'
|
||||
|
||||
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
|
||||
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
|
||||
|
||||
Reference in New Issue
Block a user