@@ -1,5 +1,10 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v1.5.1
|
||||
|
||||
* Fix bad indent in `tools.run_flow()` (#301, bug was
|
||||
introduced when switching from 2 space indents to 4)
|
||||
|
||||
## v1.5.0
|
||||
|
||||
* Fix (more like clarify) `bytes` / `str` handling in crypto
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
"""Client library for using OAuth2, especially with Google APIs."""
|
||||
|
||||
__version__ = '1.5.0'
|
||||
__version__ = '1.5.1'
|
||||
|
||||
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
|
||||
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
|
||||
|
||||
Reference in New Issue
Block a user