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 bca3e28 commit 96c0803Copy full SHA for 96c0803
packages/google-auth/CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+v1.5.1
5
+------
6
+
7
+- Fix check for error text on Python 3.7. (#278)
8
+- Use new Auth URIs. (#281)
9
+- Add code-of-conduct document. (#270)
10
+- Fix some typos in test_urllib3.py (#268)
11
12
v1.5.0
13
------
14
packages/google-auth/setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='google-auth',
34
- version='1.5.0',
+ version='1.5.1',
35
author='Google Cloud Platform',
36
author_email='[email protected]',
37
description='Google Authentication Library',
0 commit comments