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.
1 parent b3febf5 commit cebbc7eCopy full SHA for cebbc7e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v1.5.1
4
+
5
+* Fix bad indent in `tools.run_flow()` (#301, bug was
6
+ introduced when switching from 2 space indents to 4)
7
8
## v1.5.0
9
10
* Fix (more like clarify) `bytes` / `str` handling in crypto
oauth2client/__init__.py
@@ -14,7 +14,7 @@
14
15
"""Client library for using OAuth2, especially with Google APIs."""
16
17
-__version__ = '1.5.0'
+__version__ = '1.5.1'
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