Skip to content

Commit a9c381a

Browse files
author
Jon Wayne Parrott
committed
Release v0.2.0
1 parent f1c87ff commit a9c381a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.2.0
2+
------
3+
4+
* Populate id_token into credentials from oauth2session (#20)
5+
* Carry token expiry from oauth2session into Credentials object (#18) (#19)
6+
* Accept redirect_uri as arg to flow creating classmethods. (#17)
7+
18
v0.1.1
29
------
310

setup.py

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

3535
setup(
3636
name='google-auth-oauthlib',
37-
version='0.1.1',
37+
version='0.2.0',
3838
author='Google Cloud Platform',
3939
author_email='jonwayne+google-auth@google.com',
4040
description='Google Authentication Library',

0 commit comments

Comments
 (0)