From c45406fcd03af600a678da157352ec8b4527c8eb Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Thu, 24 May 2018 13:41:47 -0700 Subject: [PATCH] Release 1.4.2 --- CHANGELOG.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 45d8c4c17..9d22c60f1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog ========= +v1.4.2 +------ + +- Raise a helpful exception when trying to refresh credentials without a refresh token. (#262) +- Fix links to README and CONTRIBUTING in docs/index.rst. (#260) +- Fix a typo in credentials.py. (#256) +- Use pytest instead of py.test per upstream recommendation, #dropthedot. (#255) +- Fix typo on exemple of jwt usage (#245) + v1.4.1 ------ diff --git a/setup.py b/setup.py index aa0eaa627..a1af80f1f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='google-auth', - version='1.4.1', + version='1.4.2', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',