Skip to content

Commit 0ad9d86

Browse files
release-please[bot]busunkim96
authored andcommitted
chore: release 1.8.1 (#402)
1 parent 5fdb15d commit 0ad9d86

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-auth/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/#history
66

7+
### [1.8.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.8.0...v1.8.1) (2019-12-09)
8+
9+
10+
### Bug Fixes
11+
12+
* revert "feat: add timeout to AuthorizedSession.request() ([#397](https://www.github.com/googleapis/google-auth-library-python/issues/397))" ([#401](https://www.github.com/googleapis/google-auth-library-python/issues/401)) ([451ecbd](https://www.github.com/googleapis/google-auth-library-python/commit/451ecbd48a910348bbf7a7b38162a044fad6e6e1))
13+
714
## [1.8.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.7.2...v1.8.0) (2019-12-09)
815

916

packages/google-auth/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
with io.open("README.rst", "r") as fh:
3131
long_description = fh.read()
3232

33-
version = "1.8.0"
33+
version = "1.8.1"
3434

3535
setup(
3636
name="google-auth",

0 commit comments

Comments
 (0)