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 (#54)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [1.1.0](https://www.github.com/googleapis/python-datalabeling/compare/v1.0.0...v1.1.0) (2021-05-28)


### 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))
* add from_service_account_info  ([#65](https://www.github.com/googleapis/python-datalabeling/issues/65)) ([2c99e4f](https://www.github.com/googleapis/python-datalabeling/commit/2c99e4f1ff627cd8c1ddf399c81cb418b3419491))


### Bug Fixes

* **deps:** add packaging requirement ([#100](https://www.github.com/googleapis/python-datalabeling/issues/100)) ([e34e613](https://www.github.com/googleapis/python-datalabeling/commit/e34e613c1b3a7719212224094182309bd267d1bb))
* fix sphinx identifiers ([2c99e4f](https://www.github.com/googleapis/python-datalabeling/commit/2c99e4f1ff627cd8c1ddf399c81cb418b3419491))
* 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))
* use correct retry deadline ([2c99e4f](https://www.github.com/googleapis/python-datalabeling/commit/2c99e4f1ff627cd8c1ddf399c81cb418b3419491))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent 10d7e76 commit a24ce34
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,22 @@

[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-05-28)


### 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))
* add from_service_account_info ([#65](https://www.github.com/googleapis/python-datalabeling/issues/65)) ([2c99e4f](https://www.github.com/googleapis/python-datalabeling/commit/2c99e4f1ff627cd8c1ddf399c81cb418b3419491))


### Bug Fixes

* **deps:** add packaging requirement ([#100](https://www.github.com/googleapis/python-datalabeling/issues/100)) ([e34e613](https://www.github.com/googleapis/python-datalabeling/commit/e34e613c1b3a7719212224094182309bd267d1bb))
* fix sphinx identifiers ([2c99e4f](https://www.github.com/googleapis/python-datalabeling/commit/2c99e4f1ff627cd8c1ddf399c81cb418b3419491))
* 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))
* use correct retry deadline ([2c99e4f](https://www.github.com/googleapis/python-datalabeling/commit/2c99e4f1ff627cd8c1ddf399c81cb418b3419491))

## [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.2, < 2.0.0dev",
Expand Down

0 comments on commit a24ce34

Please sign in to comment.