From c0c265de35e00c6b994132fb046c012790f3be02 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:50:40 -0700 Subject: [PATCH] chore: release 1.1.1 (#39) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- packages/google-cloud-billing/CHANGELOG.md | 7 +++++++ packages/google-cloud-billing/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-billing/CHANGELOG.md b/packages/google-cloud-billing/CHANGELOG.md index bd67243b040c..427764e84801 100644 --- a/packages/google-cloud-billing/CHANGELOG.md +++ b/packages/google-cloud-billing/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.1](https://www.github.com/googleapis/python-billing/compare/v1.1.0...v1.1.1) (2021-02-11) + + +### Bug Fixes + +* update retry and timeout settings ([#38](https://www.github.com/googleapis/python-billing/issues/38)) ([8dbad86](https://www.github.com/googleapis/python-billing/commit/8dbad869521924fc3f7d7dc2d4f5d7e9100874b3)) + ## [1.1.0](https://www.github.com/googleapis/python-billing/compare/v1.0.0...v1.1.0) (2020-11-17) diff --git a/packages/google-cloud-billing/setup.py b/packages/google-cloud-billing/setup.py index de78ea3baf56..8e07725bbd7e 100644 --- a/packages/google-cloud-billing/setup.py +++ b/packages/google-cloud-billing/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.1.0" +version = "1.1.1" package_root = os.path.abspath(os.path.dirname(__file__))