From a24ce3495790e63744a5082418432a45c4df399b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:26:02 +0000 Subject: [PATCH] chore: release 1.1.0 (#54) :robot: 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). --- CHANGELOG.md | 16 ++++++++++++++++ setup.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead25a2..2d73c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index b1ff717..6612d44 100644 --- a/setup.py +++ b/setup.py @@ -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",