Skip to content

Commit

Permalink
chore(main): release 1.6.1 (#261)
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>
  • Loading branch information
release-please[bot] authored Aug 16, 2022
1 parent 69a15fe commit c6e129b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-datalabeling/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [1.6.1](https://github.com/googleapis/python-datalabeling/compare/v1.6.0...v1.6.1) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#260](https://github.com/googleapis/python-datalabeling/issues/260)) ([f29bfef](https://github.com/googleapis/python-datalabeling/commit/f29bfef3ebf413eea7715edfcf5000052438be60))
* **deps:** require proto-plus >= 1.22.0 ([f29bfef](https://github.com/googleapis/python-datalabeling/commit/f29bfef3ebf413eea7715edfcf5000052438be60))

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


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.6.0"
version = "1.6.1"
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 c6e129b

Please sign in to comment.