Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 7a7080f

Browse files
authored
feat: bump release level to production/stable (#97)
Fixes #75 🦕 No need to bump the major version as this library is already at 1.x.x
1 parent 4a86405 commit 7a7080f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview",
55
"client_documentation": "https://googleapis.dev/python/billingbudgets/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-billingbudgets",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Cloud Billing Budget API
22
=====================================================
33

4-
|beta| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
`Cloud Billing Budget API`_: The Cloud Billing Budget API stores Cloud Billing budgets, which define a
77
budget plan and the rules to execute as spend is tracked against that
@@ -10,8 +10,8 @@ plan.
1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

13-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
14-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
13+
.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-billing-budgets.svg
1616
:target: https://pypi.org/project/google-cloud-billing-budgets
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-billing-budgets.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-billing-budgets"
2424
description = "Cloud Billing Budget API API client library"
2525
version = "1.3.0"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",
2929
"proto-plus >= 1.10.0",

0 commit comments

Comments
 (0)