Skip to content

Commit 222b2f3

Browse files
author
Jon Wayne Parrott
authored
Release v1.3.0 (#233)
1 parent 982ceaa commit 222b2f3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/google-auth/CHANGELOG.rst

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

4+
v1.3.0
5+
------
6+
7+
- Added ``google.oauth2.credentials.Credentials.from_authorized_user_file`` (#226)
8+
- Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules`` specify the right version. (#230)
9+
- ``default()`` now checks for the project ID environment var before warning about missing project ID. (#227)
10+
- Fixed the docstrings for ``has_scopes()`` and ``with_scopes()``. (#228)
11+
- Fixed example in docstring for ``ReadOnlyScoped``. (#219)
12+
- Made ``transport.requests`` use timeouts and retries to improve reliability. (#220)
13+
414
v1.2.1
515
------
616

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.2.1',
34+
version='1.3.0',
3535
author='Google Cloud Platform',
3636
author_email='[email protected]',
3737
description='Google Authentication Library',

0 commit comments

Comments
 (0)