Skip to content

Commit 97320af

Browse files
tomasreimersJon Wayne Parrott
authored and
Jon Wayne Parrott
committedJun 6, 2017
Release v4.1.1 (googleapis#718)
1 parent a1da72d commit 97320af

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

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+
312
## v4.1.0
413

514
**Note**: oauth2client is now deprecated. No more features will be added to the

‎oauth2client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""Client library for using OAuth2, especially with Google APIs."""
1616

17-
__version__ = '4.1.0'
17+
__version__ = '4.1.1'
1818

1919
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
2020
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'

0 commit comments

Comments
 (0)
Please sign in to comment.