Skip to content

Commit 96c0803

Browse files
authored
Release v1.5.1 (#282)
1 parent bca3e28 commit 96c0803

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-auth/CHANGELOG.rst

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

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+
412
v1.5.0
513
------
614

packages/google-auth/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.0',
34+
version='1.5.1',
3535
author='Google Cloud Platform',
3636
author_email='[email protected]',
3737
description='Google Authentication Library',

0 commit comments

Comments
 (0)