We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b096a3d commit 3ef03b3Copy full SHA for 3ef03b3
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
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