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.
1 parent dd0a1a2 commit 7ce2a72Copy full SHA for 7ce2a72
CHANGELOG.rst
@@ -1,3 +1,11 @@
1
+v0.4.0
2
+------
3
+* Add `get_user_credentials` function to get your user credentials (#40)
4
+* Add noxfile (#43)
5
+* Implement code verifier (PKCE) (#42)
6
+* Use actual server port in redirect_uri to allow automatic assignment (#33)
7
+* Fix links after repo move to googleapis (#41)
8
+
9
v0.3.0
10
------
11
* Use utc when parsing expiration timestamp (#26)
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name='google-auth-oauthlib',
37
- version='0.3.0',
+ version='0.4.0',
38
author='Google Cloud Platform',
39
author_email='jonwayne+google-auth@google.com',
40
description='Google Authentication Library',
0 commit comments