Skip to content

Commit 8a03b90

Browse files
release-please[bot]busunkim96
authored andcommitted
chore: release 1.11.0 (#430)
1 parent 57bc6e1 commit 8a03b90

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-auth/CHANGELOG.md

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

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

7+
## [1.11.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.10.2...v1.11.0) (2020-01-23)
8+
9+
10+
### Features
11+
12+
* add non-None default timeout to AuthorizedSession.request() ([#435](https://www.github.com/googleapis/google-auth-library-python/issues/435)) ([d274a3a](https://www.github.com/googleapis/google-auth-library-python/commit/d274a3a2b3f913bc2cab4ca51f9c7fdef94b8f31)), closes [#434](https://www.github.com/googleapis/google-auth-library-python/issues/434) [googleapis/google-cloud-python#10182](https://www.github.com/googleapis/google-cloud-python/issues/10182)
13+
* distinguish transport and execution time timeouts ([#424](https://www.github.com/googleapis/google-auth-library-python/issues/424)) ([52a733d](https://www.github.com/googleapis/google-auth-library-python/commit/52a733d604528fa86d05321bb74241a43aea4211)), closes [#423](https://github.com/googleapis/google-auth-library-python/issues/423)
14+
715
### [1.10.2](https://www.github.com/googleapis/google-auth-library-python/compare/v1.10.1...v1.10.2) (2020-01-18)
816

917

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.10.2"
33+
version = "1.11.0"
3434

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

0 commit comments

Comments
 (0)