Cutting release 1.5.1.

This commit is contained in:
Danny Hermes
2015-09-14 13:27:12 -07:00
parent b3febf53bc
commit cebbc7e2f5
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'