We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42279ca + 3042ad2 commit 73d9d55Copy full SHA for 73d9d55
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
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
10
## v1.5.1
11
12
* Fix bad indent in `tools.run_flow()` (#301, bug was
oauth2client/__init__.py
@@ -14,7 +14,7 @@
14
15
"""Client library for using OAuth2, especially with Google APIs."""
16
17
-__version__ = '1.5.1'
+__version__ = '1.5.2'
18
19
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
20
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
0 commit comments