Skip to content

Commit

Permalink
Release v1.6.1 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Nov 12, 2018
1 parent b29f262 commit 2dfe070
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v1.6.1
------

11-12-2018 10:10 PST

Implementation Changes
++++++++++++++++++++++

- Automatically refresh impersonated credentials (#304)

v1.6.0
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2dfe070

Please sign in to comment.