Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea committed Jul 18, 2022
1 parent 14fd417 commit 4c5a066
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-datalabeling/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [1.6.0](https://github.com/googleapis/python-datalabeling/compare/v1.5.2...v1.6.0) (2022-07-15)


### Features

* add audience parameter ([4d6cfed](https://github.com/googleapis/python-datalabeling/commit/4d6cfedb0d6a057a740ca4ac32fbfa712ca9f155))


### Bug Fixes

* **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))
* require python 3.7+ ([#251](https://github.com/googleapis/python-datalabeling/issues/251)) ([8b1fdd2](https://github.com/googleapis/python-datalabeling/commit/8b1fdd26f38ca611341c1dfc8583ab62f6a5c2d8))

## [1.5.2](https://github.com/googleapis/python-datalabeling/compare/v1.5.1...v1.5.2) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datalabeling/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-datalabeling"
description = "Data Labeling API client library"
version = "1.5.2"
version = "1.6.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"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.*",
Expand Down

0 comments on commit 4c5a066

Please sign in to comment.