Skip to content

Commit

Permalink
chore: release 0.4.2 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 28, 2020
1 parent 0004057 commit 7638659
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [0.4.2](https://www.github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.4.1...v0.4.2) (2020-10-28)


### Bug Fixes

* 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)

## 0.4.1

08-26-2019 13:25 PDT
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
long_description = fh.read()


version = "0.4.2"

setup(
name="google-auth-oauthlib",
version="0.4.1",
version=version,
author="Google Cloud Platform",
author_email="jonwayne+google-auth@google.com",
description="Google Authentication Library",
Expand Down

0 comments on commit 7638659

Please sign in to comment.