From 7a7080fa3a50d4bf211123bfabc7cbf47946474b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 12 Jul 2021 10:56:26 -0400 Subject: [PATCH 1/2] feat: bump release level to production/stable (#97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #75 🦕 No need to bump the major version as this library is already at 1.x.x --- .repo-metadata.json | 2 +- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 6bbfca8..8a69dd8 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview", "client_documentation": "https://googleapis.dev/python/billingbudgets/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559770", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-billingbudgets", diff --git a/README.rst b/README.rst index cc58c5a..2ad34ab 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Billing Budget API ===================================================== -|beta| |pypi| |versions| +|GA| |pypi| |versions| `Cloud Billing Budget API`_: The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that @@ -10,8 +10,8 @@ plan. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support +.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-billing-budgets.svg :target: https://pypi.org/project/google-cloud-billing-budgets .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-billing-budgets.svg diff --git a/setup.py b/setup.py index a3be920..4888be3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-billing-budgets" description = "Cloud Billing Budget API API client library" version = "1.3.0" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.26.0, <2.0.0dev", "proto-plus >= 1.10.0", 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 2/2] 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",