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

Commit b7c3605

Browse files
authored
feat: release to beta (#15)
1 parent cb1f7ae commit b7c3605

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
Python Client for Cloud Billing Budget API (`Alpha`_)
1+
Python Client for Cloud Billing Budget API
22
=====================================================
33

4+
|beta| |pypi| |versions|
5+
46
`Cloud Billing Budget API`_: The Cloud Billing Budget API stores Cloud Billing budgets, which define a
57
budget plan and the rules to execute as spend is tracked against that
68
plan.
79

810
- `Client Library Documentation`_
911
- `Product Documentation`_
1012

11-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
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
15+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-billingbudgets.svg
16+
:target: https://pypi.org/project/google-cloud-billingbudgets
17+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-billingbudgets.svg
18+
:target: https://pypi.org/project/google-cloud-billingbudgets/
1219
.. _Cloud Billing Budget API: https://cloud.google.com/billing/docs/how-to/budget-api-overview
1320
.. _Client Library Documentation: https://googleapis.dev/python/billingbudgets/latest
1421
.. _Product Documentation: https://cloud.google.com/billing/docs/how-to/budget-api-overview
@@ -70,8 +77,8 @@ Next Steps
7077
API to see other available methods on the client.
7178
- Read the `Cloud Billing Budget API Product documentation`_ to learn
7279
more about the product and see How-to Guides.
73-
- View this `repository’s main README`_ to see the full list of Cloud
80+
- View this `README`_ to see the full list of Cloud
7481
APIs that we cover.
7582

7683
.. _Cloud Billing Budget API Product documentation: https://cloud.google.com/billing/docs/how-to/budget-api-overview
77-
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
84+
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst

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 = "0.2.0"
26-
release_status = "Development Status :: 3 - Beta"
26+
release_status = "Development Status :: 4 - Beta"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2929
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)