Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.6.3 (#283)
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 Oct 10, 2022
1 parent 6f60065 commit e05346a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [1.6.3](https://github.com/googleapis/python-datalabeling/compare/v1.6.2...v1.6.3) (2022-10-07)


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#282](https://github.com/googleapis/python-datalabeling/issues/282)) ([6f60065](https://github.com/googleapis/python-datalabeling/commit/6f60065f8cfd790fd5e1f6ebc8f383a0c57b2ca4))

## [1.6.2](https://github.com/googleapis/python-datalabeling/compare/v1.6.1...v1.6.2) (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion 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.2"
version = "1.6.3"
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 e05346a

Please sign in to comment.