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

Commit

Permalink
chore: release 1.4.0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 2, 2021
1 parent 0710b41 commit f4a39e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,25 @@

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

## [1.4.0](https://www.github.com/googleapis/python-datalabeling/compare/v1.3.0...v1.4.0) (2021-11-01)


### Features

* add support for python 3.10 ([#159](https://www.github.com/googleapis/python-datalabeling/issues/159)) ([5910974](https://www.github.com/googleapis/python-datalabeling/commit/59109748d6a4db830d5a48d1adb8ac74bf417037))


### Bug Fixes

* **deps:** drop packaging dependency ([0710b41](https://www.github.com/googleapis/python-datalabeling/commit/0710b4160a909aac9f6578dac5f84c312bea28d5))
* **deps:** require google-api-core >= 1.28.0 ([0710b41](https://www.github.com/googleapis/python-datalabeling/commit/0710b4160a909aac9f6578dac5f84c312bea28d5))
* fix extras_require typo in setup.py ([0710b41](https://www.github.com/googleapis/python-datalabeling/commit/0710b4160a909aac9f6578dac5f84c312bea28d5))


### Documentation

* list oneofs in docstring ([0710b41](https://www.github.com/googleapis/python-datalabeling/commit/0710b4160a909aac9f6578dac5f84c312bea28d5))

## [1.3.0](https://www.github.com/googleapis/python-datalabeling/compare/v1.2.4...v1.3.0) (2021-10-08)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-datalabeling"
description = "Data Labeling API client library"
version = "1.3.0"
version = "1.4.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit f4a39e9

Please sign in to comment.