From 3a9845c7a415d43a321bbf3b7178b2f4b0fab265 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 29 Jan 2020 12:31:48 -0800 Subject: [PATCH] chore(asset): release 0.7.0 (#10244) --- asset/CHANGELOG.md | 8 ++++++++ asset/setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/asset/CHANGELOG.md b/asset/CHANGELOG.md index 052aa5a9a9db..4b31835acca0 100644 --- a/asset/CHANGELOG.md +++ b/asset/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-asset/#history +## 0.7.0 + +01-29-2020 10:53 PST + +### New Features +- Add v1p1beta1, promote library to beta. ([#10202](https://github.com/googleapis/google-cloud-python/pull/10202)) +- Undeprecate resource name helper methods, add 2.7 deprecation warning (via synth). ([#10036](https://github.com/googleapis/google-cloud-python/pull/10036)) + ## 0.6.0 12-12-2019 10:46 PST diff --git a/asset/setup.py b/asset/setup.py index 729b9d543a18..278c03b9679f 100644 --- a/asset/setup.py +++ b/asset/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-asset" description = "Cloud Asset API API client library" -version = "0.6.0" +version = "0.7.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'