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.
2 parents ebaf11a + 7f02c34 commit 5442eefCopy full SHA for 5442eef
CHANGELOG.rst
@@ -1,3 +1,9 @@
1
+v0.3.0
2
+------
3
+* Use utc when parsing expiration timestamp (#26)
4
+* Allow saving credentials in current directory (#25)
5
+
6
7
v0.2.0
8
------
9
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name='google-auth-oauthlib',
37
- version='0.2.0',
+ version='0.3.0',
38
author='Google Cloud Platform',
39
author_email='jonwayne+google-auth@google.com',
40
description='Google Authentication Library',
0 commit comments