Skip to content

Commit f53554d

Browse files
authored
feat: bump release level to ga (#10)
Release-As: 1.0.0 The underlying API is GA and this library has satisfied the required bake time. [GA release template](https://github.com/googleapis/google-cloud-common/issues/287) ## Required - [x] 28 days elapsed since last beta release with new API surface - [x] Server API is GA - [x] Package API is stable, and we can commit to backward compatibility - [x] All dependencies are GA
1 parent 03f3410 commit f53554d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/google-cloud-asset/.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview",
55
"client_documentation": "https://googleapis.dev/python/cloudasset/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559757",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-asset",
1010
"distribution_name": "google-cloud-asset",

packages/google-cloud-asset/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Python Client for Cloud Asset API
22
=================================
33

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

66
`Cloud Asset API`_: The cloud asset API manages the history and inventory of cloud resources.
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/master/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/master/README.rst#general-availability
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-asset.svg
1414
:target: https://pypi.org/project/google-cloud-asset/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-asset.svg

packages/google-cloud-asset/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'
2828
# 'Development Status :: 5 - Production/Stable'
29-
release_status = "Development Status :: 4 - Beta"
29+
release_status = "Development Status :: 5 - Production/Stable"
3030
dependencies = [
3131
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
3232
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)