From f7ea41ef7ccd5e76751ad71423b22ba9a0b6a2ba Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 7 Nov 2019 16:36:14 -0800 Subject: [PATCH 1/3] chore(dataproc): release 0.6.0 --- dataproc/CHANGELOG.md | 20 ++++++++++++++++++++ dataproc/setup.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/dataproc/CHANGELOG.md b/dataproc/CHANGELOG.md index 2a3ece527b32..3cba3dfcdc94 100644 --- a/dataproc/CHANGELOG.md +++ b/dataproc/CHANGELOG.md @@ -4,6 +4,26 @@ [1]: https://pypi.org/project/google-cloud-dataproc/#history +## 0.6.0 + +11-07-2019 16:34 PST + + +### Implementation Changes +- Tweak proto annotations (via synth) ([#9466](https://github.com/googleapis/google-cloud-python/pull/9466)) +- Remove send/recv msg size limit (via synth) ([#8951](https://github.com/googleapis/google-cloud-python/pull/8951)) + +### New Features +- Add V1 autoscaling policy support; annotate protos (via synth) ([#9402](https://github.com/googleapis/google-cloud-python/pull/9402)) + +### Dependencies + +### Documentation +- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) +- Remove compatibility badges from READMEs ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) +- Update intersphinx mapping for requests ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 0.5.0 07-24-2019 16:02 PDT diff --git a/dataproc/setup.py b/dataproc/setup.py index 57e8a728b526..e1c99444e14e 100644 --- a/dataproc/setup.py +++ b/dataproc/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-dataproc" description = "Google Cloud Dataproc API client library" -version = "0.5.0" +version = "0.6.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 9b1a8015b0323c291fff3e15322cad5591606d06 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:25:03 -0800 Subject: [PATCH 2/3] chore: add periods to release notes --- dataproc/CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dataproc/CHANGELOG.md b/dataproc/CHANGELOG.md index 3cba3dfcdc94..934734d7fc1e 100644 --- a/dataproc/CHANGELOG.md +++ b/dataproc/CHANGELOG.md @@ -10,19 +10,19 @@ ### Implementation Changes -- Tweak proto annotations (via synth) ([#9466](https://github.com/googleapis/google-cloud-python/pull/9466)) -- Remove send/recv msg size limit (via synth) ([#8951](https://github.com/googleapis/google-cloud-python/pull/8951)) +- Tweak proto annotations (via synth). ([#9466](https://github.com/googleapis/google-cloud-python/pull/9466)) +- Remove send/recv msg size limit (via synth). ([#8951](https://github.com/googleapis/google-cloud-python/pull/8951)) ### New Features -- Add V1 autoscaling policy support; annotate protos (via synth) ([#9402](https://github.com/googleapis/google-cloud-python/pull/9402)) +- Add V1 autoscaling policy support; annotate protos (via synth). ([#9402](https://github.com/googleapis/google-cloud-python/pull/9402)) ### Dependencies ### Documentation -- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) -- Remove CI for gh-pages, use googleapis.dev for `api_core` refs ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) -- Remove compatibility badges from READMEs ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) -- Update intersphinx mapping for requests ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) +- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) +- Remove compatibility badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) ## 0.5.0 From 4428602d9d34c7a8a6f8efef2bf89ca3ed358c1e Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:52:14 -0800 Subject: [PATCH 3/3] docs: remove empty section in changelog --- dataproc/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dataproc/CHANGELOG.md b/dataproc/CHANGELOG.md index 934734d7fc1e..24b6f7fe1e98 100644 --- a/dataproc/CHANGELOG.md +++ b/dataproc/CHANGELOG.md @@ -16,8 +16,6 @@ ### New Features - Add V1 autoscaling policy support; annotate protos (via synth). ([#9402](https://github.com/googleapis/google-cloud-python/pull/9402)) -### Dependencies - ### Documentation - Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) - Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))