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.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 8, 2021
1 parent 0b82ca9 commit d40aa76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,18 @@

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

## [1.1.0](https://www.github.com/googleapis/python-datalabeling/compare/v1.0.0...v1.1.0) (2021-02-08)


### Features

* add common resource helper paths; expose client transport ([#49](https://www.github.com/googleapis/python-datalabeling/issues/49)) ([3d64338](https://www.github.com/googleapis/python-datalabeling/commit/3d643383e481fa22093756343bdf50eba002b1f8))


### Bug Fixes

* remove client recv msg limit fix: add enums to `types/__init__.py` ([#62](https://www.github.com/googleapis/python-datalabeling/issues/62)) ([19e8f0c](https://www.github.com/googleapis/python-datalabeling/commit/19e8f0c1a82d6b096e0787c1249a2e0cbdf5e429))

## [1.0.0](https://www.github.com/googleapis/python-datalabeling/compare/v0.4.1...v1.0.0) (2020-08-12)


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.0.0"
version = "1.1.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",
Expand Down

0 comments on commit d40aa76

Please sign in to comment.