From a9c4733cef2ea3bb0d5cb389edd7f63e44679399 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:20:12 +0000 Subject: [PATCH] chore: release 1.3.3 (#116) :robot: I have created a release \*beep\* \*boop\* --- ### [1.3.3](https://www.github.com/googleapis/python-billing/compare/v1.3.2...v1.3.3) (2021-09-24) ### Bug Fixes * add 'dict' annotation type to 'request' ([51f7055](https://www.github.com/googleapis/python-billing/commit/51f7055f3a992902f60342de389ec261147e98af)) --- 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 | 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 f36ee33decc1..444fa25cfc7a 100644 --- a/packages/google-cloud-billing/CHANGELOG.md +++ b/packages/google-cloud-billing/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.3](https://www.github.com/googleapis/python-billing/compare/v1.3.2...v1.3.3) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([51f7055](https://www.github.com/googleapis/python-billing/commit/51f7055f3a992902f60342de389ec261147e98af)) + ### [1.3.2](https://www.github.com/googleapis/python-billing/compare/v1.3.1...v1.3.2) (2021-07-27) diff --git a/packages/google-cloud-billing/setup.py b/packages/google-cloud-billing/setup.py index f37d547197ec..eadc2e906ec2 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.2" +version = "1.3.3" package_root = os.path.abspath(os.path.dirname(__file__))