Merge pull request #304 from dhermes/release-1.5.1

Release 1.5.1.
This commit is contained in:
Nathaniel Manista
2015-09-16 07:53:03 -07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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'