From 240c95669ae998f4201e840ea142040dbb821a7f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:02:23 +0000 Subject: [PATCH] chore: release 1.4.0 (#113) :robot: I have created a release \*beep\* \*boop\* --- ## [1.4.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.3.0...v1.4.0) (2021-07-12) ### Features * bump release level to production/stable ([#97](https://www.github.com/googleapis/python-billingbudgets/issues/97)) ([7a7080f](https://www.github.com/googleapis/python-billingbudgets/commit/7a7080fa3a50d4bf211123bfabc7cbf47946474b)) --- 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 faead23..e50d4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [1.4.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.3.0...v1.4.0) (2021-07-12) + + +### Features + +* bump release level to production/stable ([#97](https://www.github.com/googleapis/python-billingbudgets/issues/97)) ([7a7080f](https://www.github.com/googleapis/python-billingbudgets/commit/7a7080fa3a50d4bf211123bfabc7cbf47946474b)) + ## [1.3.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.2.0...v1.3.0) (2021-06-30) diff --git a/setup.py b/setup.py index 4888be3..40ab4a3 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-billing-budgets" description = "Cloud Billing Budget API API client library" -version = "1.3.0" +version = "1.4.0" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.26.0, <2.0.0dev",