File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v4.1.1
4
+
5
+ ** Note** : oauth2client is deprecated. No more features will be added to the
6
+ libraries and the core team is turning down support. We recommend you use
7
+ [ google-auth] ( https://google-auth.readthedocs.io ) and [ oauthlib] ( http://oauthlib.readthedocs.io/ ) .
8
+
9
+ New features:
10
+ * Allow passing prompt='consent' via the flow_from_clientsecrets. (#717 )
11
+
3
12
## v4.1.0
4
13
5
14
** Note** : oauth2client is now deprecated. No more features will be added to the
Original file line number Diff line number Diff line change 14
14
15
15
"""Client library for using OAuth2, especially with Google APIs."""
16
16
17
- __version__ = '4.1.0 '
17
+ __version__ = '4.1.1 '
18
18
19
19
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
20
20
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
You can’t perform that action at this time.
0 commit comments