From 9f2cb6a5d75131e4c969665affd8762366c7fb59 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 21 Sep 2020 16:46:32 -0500 Subject: [PATCH 1/2] chore: release v1.4.2rc1 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5646eff..3d988d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,23 @@ * update docs build (via synth) ([#14](https://www.github.com/googleapis/python-cloud-core/issues/14)) ([f1a95ce](https://www.github.com/googleapis/python-cloud-core/commit/f1a95ce89c25f5297470299ca1ef7e1e05a9e99f)) +## 1.4.2rc1 + +09-21-2020 14:45 PDT + +- perf: use prettyPrint=false by default ([#28](https://github.com/googleapis/python-cloud-core/pull/28)) +- test: fix mock credentials to allow for quota projects ([#29](https://github.com/googleapis/python-cloud-core/pull/29)) + +### Implementation Changes + +### New Features + +### Dependencies + +### Documentation + +### Internal / Testing Changes + ## [1.4.0](https://www.github.com/googleapis/python-cloud-core/compare/v1.3.0...v1.4.0) (2020-08-04) diff --git a/setup.py b/setup.py index 6816343..397f1b8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-core" description = "Google Cloud API client core library" -version = "1.4.1" +version = "1.4.2rc1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 1d379e1142e1ef9b23eb64307cbb0d4dbfd33f8f Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 21 Sep 2020 16:48:09 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d988d8..4af85fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,19 +20,15 @@ 09-21-2020 14:45 PDT -- perf: use prettyPrint=false by default ([#28](https://github.com/googleapis/python-cloud-core/pull/28)) -- test: fix mock credentials to allow for quota projects ([#29](https://github.com/googleapis/python-cloud-core/pull/29)) ### Implementation Changes -### New Features - -### Dependencies - -### Documentation +- perf: use prettyPrint=false by default ([#28](https://github.com/googleapis/python-cloud-core/pull/28)) ### Internal / Testing Changes +- test: fix mock credentials to allow for quota projects ([#29](https://github.com/googleapis/python-cloud-core/pull/29)) + ## [1.4.0](https://www.github.com/googleapis/python-cloud-core/compare/v1.3.0...v1.4.0) (2020-08-04) @@ -100,7 +96,7 @@ 06/11/2019 15:19 PDT -### Internal Changes +### Internal Changes - Prevent requests from hanging on SSL handshake issue by adding a max timeout of 5 minutes. ([#8207](https://github.com/googleapis/google-cloud-python/pull/8207)) ## 1.0.1