From 7b44f922b83619e9da58e6bbfd4773ef2934e1ed Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Mon, 1 Apr 2019 15:52:40 -0700 Subject: [PATCH] Release 0.2.0 --- scheduler/CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ scheduler/setup.py | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 659b1d800302..83865027ef50 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,44 @@ [1]: https://pypi.org/project/google-cloud-scheduler/#history +## 0.2.0 + +04-01-2019 15:39 PDT + + +### Implementation Changes +- Add routing header to method metadata (via synth). ([#7599](https://github.com/googleapis/google-cloud-python/pull/7599)) +- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) +- Remove unused message exports. ([#7273](https://github.com/googleapis/google-cloud-python/pull/7273)) +- Protoc-generated serialization update. ([#7093](https://github.com/googleapis/google-cloud-python/pull/7093)) +- Protoc-generated serialization update. ([#7055](https://github.com/googleapis/google-cloud-python/pull/7055)) +- Use moved iam.policy now at google.api_core.iam.policy. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) + +### New Features +- Add v1. ([#7608](https://github.com/googleapis/google-cloud-python/pull/7608)) +- Pick up fixes to GAPIC generator. ([#6505](https://github.com/googleapis/google-cloud-python/pull/6505)) + +### Documentation +- googlecloudplatform --> googleapis in READMEs. ([#7411](https://github.com/googleapis/google-cloud-python/pull/7411)) +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Update copyright year. ([#7155](https://github.com/googleapis/google-cloud-python/pull/7155)) +- Correct a link in a documentation string. ([#7119](https://github.com/googleapis/google-cloud-python/pull/7119)) +- Pick up stub docstring fix in GAPIC generator. ([#6980](https://github.com/googleapis/google-cloud-python/pull/6980)) +- Document Python 2 deprecation. ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) +- Update link for Scheduler Docs. ([#6925](https://github.com/googleapis/google-cloud-python/pull/6925)) + +### Internal / Testing Changes +- Copy lintified proto files (via synth). ([#7469](https://github.com/googleapis/google-cloud-python/pull/7469)) +- Add clarifying comment to blacken nox target. ([#7401](https://github.com/googleapis/google-cloud-python/pull/7401)) +- Add protos as an artifact to library. ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) +- Add baseline for synth.metadata. ([#6792](https://github.com/googleapis/google-cloud-python/pull/6865)) +- Update noxfile. ([#6814](https://github.com/googleapis/google-cloud-python/pull/6814)) +- Blacken all gen'd libs. ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) +- Omit local deps. ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) +- Run black at end of synth.py. ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) +- Run Black on Generated libraries. ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)) +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) + ## 0.1.0 11-13-2018 11:03 PST diff --git a/scheduler/setup.py b/scheduler/setup.py index 3dc1ebba43dc..670e9fd94664 100644 --- a/scheduler/setup.py +++ b/scheduler/setup.py @@ -21,7 +21,7 @@ name = 'google-cloud-scheduler' description = 'Cloud Scheduler API API client library' -version = '0.1.0' +version = '0.2.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'