Skip to content

Commit 7ce2a72

Browse files
authored
Release v0.4.0 (#44)
1 parent dd0a1a2 commit 7ce2a72

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,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+
19
v0.3.0
210
------
311
* Use utc when parsing expiration timestamp (#26)

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.3.0',
37+
version='0.4.0',
3838
author='Google Cloud Platform',
3939
author_email='jonwayne+google-auth@google.com',
4040
description='Google Authentication Library',

0 commit comments

Comments
 (0)