Skip to content

Commit 7638659

Browse files

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-auth-oauthlib/#history
66

7+
### [0.4.2](https://www.github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.4.1...v0.4.2) (2020-10-28)
8+
9+
10+
### Bug Fixes
11+
12+
* don't open browser if port is occupied ([#92](https://www.github.com/googleapis/google-auth-library-python-oauthlib/issues/92)) ([0004057](https://www.github.com/googleapis/google-auth-library-python-oauthlib/commit/00040576ab096faec1f6eb54c886cb9c33be17ed)), closes [#75](https://www.github.com/googleapis/google-auth-library-python-oauthlib/issues/75)
13+
714
## 0.4.1
815

916
08-26-2019 13:25 PDT

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
long_description = fh.read()
2828

2929

30+
version = "0.4.2"
31+
3032
setup(
3133
name="google-auth-oauthlib",
32-
version="0.4.1",
34+
version=version,
3335
author="Google Cloud Platform",
3436
author_email="[email protected]",
3537
description="Google Authentication Library",

0 commit comments

Comments
 (0)