From 2dfe070171ea1637fd531aab07d886c65b0c286e Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Mon, 12 Nov 2018 10:26:12 -0800 Subject: [PATCH] Release v1.6.1 (#305) --- .travis.yml | 2 +- CHANGELOG.rst | 10 ++++++++++ setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43f8e31e6..7335fd72f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ deploy: on: tags: true distributions: sdist bdist_wheel - repo: GoogleCloudPlatform/google-auth-library-python + repo: googleapis/google-auth-library-python condition: "$TOXENV = \"cover\"" env: global: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 988ac6985..9b89ecfb4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +v1.6.1 +------ + +11-12-2018 10:10 PST + +Implementation Changes +++++++++++++++++++++++ + +- Automatically refresh impersonated credentials (#304) + v1.6.0 ------ diff --git a/setup.py b/setup.py index f86748c7c..2d29b95c5 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='google-auth', - version='1.6.0', + version='1.6.1', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',