Skip to content

Commit e677c06

Browse files
authored
feat: bump release level to production/stable (#82)
Fixes #80 🦕 Release-As: 1.0.0
1 parent 7e3ea16 commit e677c06

File tree

4 files changed

+6
-87
lines changed

4 files changed

+6
-87
lines changed

packages/google-cloud-domains/.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/domains",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/domains/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-domains",

packages/google-cloud-domains/README.rst

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

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

66
`Cloud Domains`_: Enables management and configuration of domain names.
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-domains.svg
1414
:target: https://pypi.org/project/google-cloud-domains/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-domains.svg

packages/google-cloud-domains/docs/README.rst

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

packages/google-cloud-domains/setup.py

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

0 commit comments

Comments
 (0)