Skip to content

Commit fadb16c

Browse files
authored
Release google-auth-library-python 1.6.0 (#303)
1 parent 1fbc679 commit fadb16c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.rst

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

4+
v1.6.0
5+
------
6+
7+
11-09-2018 11:07 PST
8+
9+
New Features
10+
++++++++++++
11+
12+
- Add google.auth.impersonated_credentials ([#299](https://github.com/googleapis/google-auth-library-python/pull/299))
13+
14+
Documentation
15+
+++++++++++++
16+
17+
- Update link to documentation for default credentials ([#296](https://github.com/googleapis/google-auth-library-python/pull/296))
18+
- Update github issue templates ([#300](https://github.com/googleapis/google-auth-library-python/pull/300))
19+
- Remove punctuation which becomes part of the url ([#284](https://github.com/googleapis/google-auth-library-python/pull/284))
20+
21+
Internal / Testing Changes
22+
++++++++++++++++++++++++++
23+
24+
- Update trampoline.sh ([#302](https://github.com/googleapis/google-auth-library-python/pull/302))
25+
- Enable static type checking with pytype ([#298](https://github.com/googleapis/google-auth-library-python/pull/298))
26+
- Make classifiers in setup.py an array. ([#280](https://github.com/googleapis/google-auth-library-python/pull/280))
27+
28+
429
v1.5.1
530
------
631

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.5.1',
34+
version='1.6.0',
3535
author='Google Cloud Platform',
3636
author_email='[email protected]',
3737
description='Google Authentication Library',

0 commit comments

Comments
 (0)