From 9280b89b8cbd7d1cb819a0dda77d121ce4872c30 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:58:09 +0000 Subject: [PATCH] chore: release 1.3.2 (#103) :robot: I have created a release \*beep\* \*boop\* --- ### [1.3.2](https://www.github.com/googleapis/python-billing/compare/v1.3.1...v1.3.2) (2021-07-27) ### Bug Fixes * enable self signed jwt for grpc ([#101](https://www.github.com/googleapis/python-billing/issues/101)) ([261507e](https://www.github.com/googleapis/python-billing/commit/261507e86d5e14a435fa74dea96feff187cd4f87)) ### Documentation * add Samples section to CONTRIBUTING.rst ([#97](https://www.github.com/googleapis/python-billing/issues/97)) ([05b63b3](https://www.github.com/googleapis/python-billing/commit/05b63b3f88cb7cbc77db9daedf34db5617f93ca8)) ### Miscellaneous Chores * release as 1.3.2 ([#102](https://www.github.com/googleapis/python-billing/issues/102)) ([da74027](https://www.github.com/googleapis/python-billing/commit/da74027594f06705a9f6c2fe33241514e71379b4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-cloud-billing/CHANGELOG.md | 17 +++++++++++++++++ packages/google-cloud-billing/setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-billing/CHANGELOG.md b/packages/google-cloud-billing/CHANGELOG.md index 2bc95ac35063..f36ee33decc1 100644 --- a/packages/google-cloud-billing/CHANGELOG.md +++ b/packages/google-cloud-billing/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [1.3.2](https://www.github.com/googleapis/python-billing/compare/v1.3.1...v1.3.2) (2021-07-27) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#101](https://www.github.com/googleapis/python-billing/issues/101)) ([261507e](https://www.github.com/googleapis/python-billing/commit/261507e86d5e14a435fa74dea96feff187cd4f87)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#97](https://www.github.com/googleapis/python-billing/issues/97)) ([05b63b3](https://www.github.com/googleapis/python-billing/commit/05b63b3f88cb7cbc77db9daedf34db5617f93ca8)) + + +### Miscellaneous Chores + +* release as 1.3.2 ([#102](https://www.github.com/googleapis/python-billing/issues/102)) ([da74027](https://www.github.com/googleapis/python-billing/commit/da74027594f06705a9f6c2fe33241514e71379b4)) + ### [1.3.1](https://www.github.com/googleapis/python-billing/compare/v1.3.0...v1.3.1) (2021-07-20) diff --git a/packages/google-cloud-billing/setup.py b/packages/google-cloud-billing/setup.py index 7f2f4f894d2b..f37d547197ec 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.3.1" +version = "1.3.2" package_root = os.path.abspath(os.path.dirname(__file__))