We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109eccd commit fe610beCopy full SHA for fe610be
packages/google-auth/CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
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
13
v1.4.1
14
------
15
packages/google-auth/setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='google-auth',
34
- version='1.4.1',
+ version='1.4.2',
35
author='Google Cloud Platform',
36
author_email='jonwayne+google-auth@google.com',
37
description='Google Authentication Library',
0 commit comments