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

Commit 19db3eb

Browse files
authored
feat: bump release level to production/stable (#41)
Fixes #40 🦕 Release-As: 1.0.0
1 parent 28e5653 commit 19db3eb

File tree

4 files changed

+6
-57
lines changed

4 files changed

+6
-57
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/bigquery/docs/reference/auditlogs",
55
"client_documentation": "https://googleapis.dev/python/bigquerylogging/latest",
66
"issue_tracker": "https://github.com/googleapis/python-bigquerylogging/issues",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "OTHER",
1010
"repo": "googleapis/python-bigquery-logging",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Python Client for Google Cloud Bigquery Logging
22
=======================================================
33

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

66
This package contains generated Python types for ``google.cloud.bigquery.v1.logging``.
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_
1010

11-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
12-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
11+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigquery-logging.svg
1414
:target: https://pypi.org/project/google-cloud-bigquery-logging/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-logging.svg

docs/README.rst

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
),
5353
python_requires=">=3.6",
5454
classifiers=[
55-
"Development Status :: 4 - Beta",
55+
"Development Status :: 5 - Production/Stable",
5656
"Intended Audience :: Developers",
5757
"Operating System :: OS Independent",
5858
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)