Skip to content

Commit 73d9d55

Browse files
committed
Merge pull request googleapis#341 from thobrla/master
Release v1.5.2
2 parents 42279ca + 3042ad2 commit 73d9d55

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+
## v1.5.2
4+
5+
* Add access token refresh error class that includes HTTP status (#310)
6+
* Python3 compatibility fixes for Django (#316, #318)
7+
* Fix incremental auth in flask_util (#322)
8+
* Fall back to credential refresh on EDEADLK in multistore_file (#336)
9+
310
## v1.5.1
411

512
* Fix bad indent in `tools.run_flow()` (#301, bug was

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__ = '1.5.1'
17+
__version__ = '1.5.2'
1818

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

0 commit comments

Comments
 (0)