From 6856094426f5728760ffc110558ca4b9f97a2eca Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 12 Jul 2019 17:05:50 -0700 Subject: [PATCH 1/2] Release 0.2.0 --- grafeas/CHANGELOG.md | 18 ++++++++++++++++++ grafeas/setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/grafeas/CHANGELOG.md b/grafeas/CHANGELOG.md index 75ec369efa3c..6efc390a2b20 100644 --- a/grafeas/CHANGELOG.md +++ b/grafeas/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/grafeas/#history +## 0.2.0 + +07-12-2019 17:04 PDT + + +### Implementation Changes +- replace `min_affected_version` w/ `affected_version_{start,end}` (via synth). ([#8465](https://github.com/googleapis/google-cloud-python/pull/8465)) +- Allow kwargs to be passed to create_channel, update templates (via synth). ([#8391](https://github.com/googleapis/google-cloud-python/pull/8391)) + +### New Features +- Add 'client_options' support, update list method docstrings (via synth). ([#8510](https://github.com/googleapis/google-cloud-python/pull/8510)) + +### Documentation +- Update READMEs. ([#8456](https://github.com/googleapis/google-cloud-python/pull/8456)) + +### Internal / Testing Changes +- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) + ## 0.1.0 06-17-2019 10:44 PDT diff --git a/grafeas/setup.py b/grafeas/setup.py index d8163f361c3d..17f72ac8957e 100644 --- a/grafeas/setup.py +++ b/grafeas/setup.py @@ -21,7 +21,7 @@ name = "grafeas" description = "Grafeas API client library" -version = "0.1.0" +version = "0.2.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.6.0, < 2.0.0dev", From 9c9858595e730b5ececda9dd49dab9496d2995a7 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 15 Jul 2019 14:49:29 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- grafeas/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafeas/CHANGELOG.md b/grafeas/CHANGELOG.md index 6efc390a2b20..c9f55c42c36d 100644 --- a/grafeas/CHANGELOG.md +++ b/grafeas/CHANGELOG.md @@ -14,7 +14,7 @@ - Allow kwargs to be passed to create_channel, update templates (via synth). ([#8391](https://github.com/googleapis/google-cloud-python/pull/8391)) ### New Features -- Add 'client_options' support, update list method docstrings (via synth). ([#8510](https://github.com/googleapis/google-cloud-python/pull/8510)) +- Update list method docstrings (via synth). ([#8510](https://github.com/googleapis/google-cloud-python/pull/8510)) ### Documentation - Update READMEs. ([#8456](https://github.com/googleapis/google-cloud-python/pull/8456))