Skip to content

Commit fe610be

Browse files
authored
Release 1.4.2 (#263)
1 parent 109eccd commit fe610be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/google-auth/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
v1.4.2
5+
------
6+
7+
- Raise a helpful exception when trying to refresh credentials without a refresh token. (#262)
8+
- Fix links to README and CONTRIBUTING in docs/index.rst. (#260)
9+
- Fix a typo in credentials.py. (#256)
10+
- Use pytest instead of py.test per upstream recommendation, #dropthedot. (#255)
11+
- Fix typo on exemple of jwt usage (#245)
12+
413
v1.4.1
514
------
615

packages/google-auth/setup.py

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

3232
setup(
3333
name='google-auth',
34-
version='1.4.1',
34+
version='1.4.2',
3535
author='Google Cloud Platform',
3636
author_email='jonwayne+google-auth@google.com',
3737
description='Google Authentication Library',

0 commit comments

Comments
 (0)