Skip to content

Commit f9fd441

Browse files
chore(main): release 0.5.3 (#222)
1 parent d8a4a4c commit f9fd441

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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.5.3](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.5.2...v0.5.3) (2022-09-02)
8+
9+
10+
### Bug Fixes
11+
12+
* Pass port range from `get_user_credentials` to `find_open_port` ([#212](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/212)) ([479330a](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/479330a49a28e4f7443982ba235d2adee3e49d58))
13+
714
## [0.5.2](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.5.1...v0.5.2) (2022-06-03)
815

916

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description = fh.read()
2828

2929

30-
version = "0.5.2"
30+
version = "0.5.3"
3131

3232
setup(
3333
name="google-auth-oauthlib",

0 commit comments

Comments
 (0)