From 2faa24da4cb5b26b4f6f590c7c928a39b05273da Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Tue, 16 Jul 2019 10:17:38 -0700 Subject: [PATCH] Release 0.2.1 --- datalabeling/CHANGELOG.md | 12 ++++++++++++ datalabeling/setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/datalabeling/CHANGELOG.md b/datalabeling/CHANGELOG.md index 406c21f0d6a6..a97c3cab80fb 100644 --- a/datalabeling/CHANGELOG.md +++ b/datalabeling/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-datalabeling/#history +## 0.2.1 + +07-16-2019 10:17 PDT + + +### Implementation Changes +- Import operations.proto (via synth). ([#8678](https://github.com/googleapis/google-cloud-python/pull/8678)) + +### Documentation +- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288)) +- Fix links in README.rst. ([#8626](https://github.com/googleapis/google-cloud-python/pull/8626)) + ## 0.2.0 07-09-2019 12:56 PDT diff --git a/datalabeling/setup.py b/datalabeling/setup.py index 3836608013b4..ab4a29d0b35e 100644 --- a/datalabeling/setup.py +++ b/datalabeling/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-datalabeling" description = "Data Labeling API client library" -version = "0.2.0" +version = "0.2.1" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.4.1, < 2.0.0dev",