We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9756b32 commit 2c9e38dCopy full SHA for 2c9e38d
packages/google-auth/CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
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
10
v1.1.1
11
------
12
packages/google-auth/setup.py
@@ -32,7 +32,7 @@
32
33
setup(
34
name='google-auth',
35
- version='1.1.1',
+ version='1.2.0',
36
author='Google Cloud Platform',
37
author_email='[email protected]',
38
description='Google Authentication Library',
0 commit comments