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

Commit

Permalink
feat: release as production/stable (#15)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
danoscarmike committed May 18, 2020
1 parent 3d87965 commit 80a4fed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/billing",
"client_documentation": "https://googleapis.dev/python/cloudbilling/latest",
"issue_tracker": "",
"release_level": "beta",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-billing",
"distribution_name": "google-cloud-billing",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,16 +1,16 @@
Python Client for Cloud Billing API
==============================================

|beta| |pypi| |versions|
|ga| |pypi| |versions|

`Cloud Billing API`_: Allows developers to manage billing for their Google Cloud Platform
projects programmatically.

- `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.svg
:target: https://pypi.org/project/google-cloud-billing/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-billing.svg
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -139,7 +139,7 @@ def docs(session):
"""Build the docs for this library."""

session.install("-e", ".")
session.install("sphinx", "alabaster", "recommonmark")
session.install("sphinx<3.0.0", "alabaster", "recommonmark")

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
setup_requires=["libcst >= 0.2.5"],
scripts=["scripts/fixup_keywords.py"],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 80a4fed

Please sign in to comment.