Skip to content

Commit c0a7d32

Browse files
Merge pull request googleapis#304 from dhermes/release-1.5.1
Release 1.5.1.
2 parents b3febf5 + cebbc7e commit c0a7d32

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

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+
38
## v1.5.0
49

510
* Fix (more like clarify) `bytes` / `str` handling in crypto

oauth2client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""Client library for using OAuth2, especially with Google APIs."""
1616

17-
__version__ = '1.5.0'
17+
__version__ = '1.5.1'
1818

1919
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
2020
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'

0 commit comments

Comments
 (0)