From c5c77d1f065d5df41a59844ae637a8b76aba2262 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 19 Sep 2018 17:19:25 -0400 Subject: [PATCH] Release 0.2.0 --- kms/CHANGELOG.md | 10 ++++++++++ kms/setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/kms/CHANGELOG.md b/kms/CHANGELOG.md index a7aead8f434b..b5e4690dab16 100644 --- a/kms/CHANGELOG.md +++ b/kms/CHANGELOG.md @@ -4,6 +4,16 @@ [1]: https://pypi.org/project/google-cloud-kms/#history +## 0.2.0 + +### Documentation +- Docs: Replace links to `/stable/` with `/latest/`. ([#5901](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5901)) + +### Internal / Testing Changes +- Re-generate library using kms/synth.py ([#5977](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5977)) +- Re-generate library using kms/synth.py ([#5951](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5951)) +- Remove synth fix for replacing `iam_policy_pb2_grpc` ([#5755](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5755)) + ## 0.1.0 ### New Features diff --git a/kms/setup.py b/kms/setup.py index 98820835daf7..ccfef28518a3 100644 --- a/kms/setup.py +++ b/kms/setup.py @@ -21,7 +21,7 @@ name = 'google-cloud-kms' description = 'Cloud Key Management Service (KMS) API API client library' -version = '0.1.0' +version = '0.2.0' release_status = 'Development Status :: 3 - Alpha' dependencies = [ 'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',