From f8a94e19edea767411f863587bf9e4ebfc8d001c Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Oct 2021 19:03:24 -0400 Subject: [PATCH 1/3] feat: add support for python 3.10 (#36) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9283efd..7522274 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Topic :: Internet", ], From 5a2d577724904b06681cabc42e740cdb8b958e7c Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 15:15:33 -0400 Subject: [PATCH 2/3] chore: fix docstring formatting (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 403986397 Source-Link: https://github.com/googleapis/googleapis/commit/c3d010d8a928e5550663c5ae02d2e92cfb4e2cd8 Source-Link: https://github.com/googleapis/googleapis-gen/commit/cb5ac690d827f0ff7aef0cc1f775255d311f9a1a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I1YWM2OTBkODI3ZjBmZjdhZWYwY2MxZjc3NTI1NWQzMTFmOWExYSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../airflow/service_v1beta1/types/environments.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google/cloud/orchestration/airflow/service_v1beta1/types/environments.py b/google/cloud/orchestration/airflow/service_v1beta1/types/environments.py index 23cf9ca..0ab17e7 100644 --- a/google/cloud/orchestration/airflow/service_v1beta1/types/environments.py +++ b/google/cloud/orchestration/airflow/service_v1beta1/types/environments.py @@ -911,8 +911,7 @@ class EncryptionConfig(proto.Message): class MaintenanceWindow(proto.Message): r"""The configuration settings for Cloud Composer maintenance - window. - The following example: + window. The following example: .. code-block:: none From 793d2e15be83179184a8d384ae4e47a5e498cb4b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 19:28:31 +0000 Subject: [PATCH 3/3] chore: release 1.2.0 (#40) :robot: I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-orchestration-airflow/compare/v1.1.0...v1.2.0) (2021-10-18) ### Features * add support for python 3.10 ([#36](https://www.github.com/googleapis/python-orchestration-airflow/issues/36)) ([f8a94e1](https://www.github.com/googleapis/python-orchestration-airflow/commit/f8a94e19edea767411f863587bf9e4ebfc8d001c)) --- 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 | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9860b06..2f84f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-orchestration-airflow/compare/v1.1.0...v1.2.0) (2021-10-18) + + +### Features + +* add support for python 3.10 ([#36](https://www.github.com/googleapis/python-orchestration-airflow/issues/36)) ([f8a94e1](https://www.github.com/googleapis/python-orchestration-airflow/commit/f8a94e19edea767411f863587bf9e4ebfc8d001c)) + ## [1.1.0](https://www.github.com/googleapis/python-orchestration-airflow/compare/v1.0.0...v1.1.0) (2021-10-08) diff --git a/setup.py b/setup.py index 7522274..58387ef 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-orchestration-airflow" description = "Cloud Composer API client library" -version = "1.1.0" +version = "1.2.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-orchestration-airflow" dependencies = [