Skip to content

Commit 4c5a066

Browse files
chore(main): release 1.6.0 (#252)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 14fd417 commit 4c5a066

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-datalabeling/CHANGELOG.md

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

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

7+
## [1.6.0](https://github.com/googleapis/python-datalabeling/compare/v1.5.2...v1.6.0) (2022-07-15)
8+
9+
10+
### Features
11+
12+
* add audience parameter ([4d6cfed](https://github.com/googleapis/python-datalabeling/commit/4d6cfedb0d6a057a740ca4ac32fbfa712ca9f155))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#253](https://github.com/googleapis/python-datalabeling/issues/253)) ([e5df8bf](https://github.com/googleapis/python-datalabeling/commit/e5df8bf892b3e11588d2e10c1604a40a43a960e2))
18+
* require python 3.7+ ([#251](https://github.com/googleapis/python-datalabeling/issues/251)) ([8b1fdd2](https://github.com/googleapis/python-datalabeling/commit/8b1fdd26f38ca611341c1dfc8583ab62f6a5c2d8))
19+
720
## [1.5.2](https://github.com/googleapis/python-datalabeling/compare/v1.5.1...v1.5.2) (2022-06-03)
821

922

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 = "1.5.2"
24+
version = "1.6.0"
2525
release_status = "Development Status :: 4 - Beta"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)