Skip to content

Commit 2c9e38d

Browse files
author
Jon Wayne Parrott
authored
Release v1.2.0 (#207)
1 parent 9756b32 commit 2c9e38d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/google-auth/CHANGELOG.rst

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

4+
v1.2.0
5+
------
6+
7+
- Added ``google.auth.credentials.AnonymousCredentials``. (#206)
8+
- Updated the documentation to link to the Google Cloud Platform Python setup guide (#204)
9+
410
v1.1.1
511
------
612

packages/google-auth/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='google-auth',
35-
version='1.1.1',
35+
version='1.2.0',
3636
author='Google Cloud Platform',
3737
author_email='[email protected]',
3838
description='Google Authentication Library',

0 commit comments

Comments
 (0)