Skip to content

Commit a54a374

Browse files
authored
Release 0.2.1 (#8684)
1 parent 9e584ad commit a54a374

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-datalabeling/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-datalabeling/#history
66

7+
## 0.2.1
8+
9+
07-16-2019 10:17 PDT
10+
11+
12+
### Implementation Changes
13+
- Import operations.proto (via synth). ([#8678](https://github.com/googleapis/google-cloud-python/pull/8678))
14+
15+
### Documentation
16+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
17+
- Fix links in README.rst. ([#8626](https://github.com/googleapis/google-cloud-python/pull/8626))
18+
719
## 0.2.0
820

921
07-09-2019 12:56 PDT

packages/google-cloud-datalabeling/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-datalabeling"
2323
description = "Data Labeling API client library"
24-
version = "0.2.0"
24+
version = "0.2.1"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.4.1, < 2.0.0dev",

0 commit comments

Comments
 (0)