Skip to content

Commit cadec89

Browse files
author
Jon Wayne Parrott
committed
Release v0.2.0
1 parent a896d2a commit cadec89

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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+
v0.2.0
5+
------
6+
7+
- Added gRPC support. (#67)
8+
- Added Requests support. (#66)
9+
- Added ``google.auth.credentials.with_scopes_if_required`` helper. (#65)
10+
- Added private helper for oauth2client migration. (#70)
11+
412
v0.1.0
513
------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='google-auth',
32-
version='0.1.0',
32+
version='0.2.0',
3333
author='Google Cloud Platform',
3434
author_email='[email protected]',
3535
description='Google Authentication Library',

0 commit comments

Comments
 (0)