Skip to content

Commit 4a2ffba

Browse files
author
Jon Wayne Parrott
committed
Release v2.0.2.
1 parent 421ae37 commit 4a2ffba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v2.0.2
4+
5+
* Fix issue where `flask_util.UserOAuth2.required` would accept expired credentials (#452).
6+
* Fix issue where `flask_util` would fill the session with `Flow` objects (#498).
7+
* Fix issue with Python 3 binary strings in `Flow.step2_exchange` (#446).
8+
* Improve test coverage to 100%.
9+
310
## v2.0.1
411

512
* Making scopes optional on Google Compute Engine `AppAssertionCredentials`

oauth2client/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = '2.0.1'
17+
__version__ = '2.0.2'
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)