From a11ecacecab3f313cdda5128c3b6a1e117c694ab Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Oct 2021 19:04:01 -0400 Subject: [PATCH 1/2] feat: add support for python 3.10 (#41) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 7a4f9aa..275d860 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,8 @@ "Programming Language :: Python :: 3.6", "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 bb61e51064fc14975dba5ef7f941d49777b067e5 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:32:33 +0000 Subject: [PATCH 2/2] chore: release 1.2.0 (#42) :robot: I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.1.0...v1.2.0) (2021-10-14) ### Features * add support for python 3.10 ([#41](https://www.github.com/googleapis/python-debugger-client/issues/41)) ([a11ecac](https://www.github.com/googleapis/python-debugger-client/commit/a11ecacecab3f313cdda5128c3b6a1e117c694ab)) --- 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 222ed8f..6f72dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.1.0...v1.2.0) (2021-10-14) + + +### Features + +* add support for python 3.10 ([#41](https://www.github.com/googleapis/python-debugger-client/issues/41)) ([a11ecac](https://www.github.com/googleapis/python-debugger-client/commit/a11ecacecab3f313cdda5128c3b6a1e117c694ab)) + ## [1.1.0](https://www.github.com/googleapis/python-debugger-client/compare/v1.0.2...v1.1.0) (2021-10-08) diff --git a/setup.py b/setup.py index 275d860..53f86ab 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-debugger-client" description = "Cloud Debugger API client library" -version = "1.1.0" +version = "1.2.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-debugger-client" dependencies = [