From 374a44f9fbdcf542ef1474077d2ea7bd75726178 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:22:11 +0000 Subject: [PATCH] chore: release 1.2.0 (#78) :robot: I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-service-control/compare/v1.1.0...v1.2.0) (2021-10-20) ### Features * add support for python 3.10 ([#77](https://www.github.com/googleapis/python-service-control/issues/77)) ([ee227b9](https://www.github.com/googleapis/python-service-control/commit/ee227b960920c6be4c8186b8095bc81d3bf8e45c)) ### Documentation * fix docstring formatting ([#80](https://www.github.com/googleapis/python-service-control/issues/80)) ([4e2df1f](https://www.github.com/googleapis/python-service-control/commit/4e2df1fbc8342a8e94aea10cc0cc2985a02411e8)) --- 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 | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0f246..afdfd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-service-control/compare/v1.1.0...v1.2.0) (2021-10-20) + + +### Features + +* add support for python 3.10 ([#77](https://www.github.com/googleapis/python-service-control/issues/77)) ([ee227b9](https://www.github.com/googleapis/python-service-control/commit/ee227b960920c6be4c8186b8095bc81d3bf8e45c)) + + +### Documentation + +* fix docstring formatting ([#80](https://www.github.com/googleapis/python-service-control/issues/80)) ([4e2df1f](https://www.github.com/googleapis/python-service-control/commit/4e2df1fbc8342a8e94aea10cc0cc2985a02411e8)) + ## [1.1.0](https://www.github.com/googleapis/python-service-control/compare/v1.0.3...v1.1.0) (2021-10-08) diff --git a/setup.py b/setup.py index b6c8215..074a894 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-service-control" -version = "1.1.0" +version = "1.2.0" description = "Service Control API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-service-control"