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

Commit b0f9d70

Browse files
authored
feat: bump release level to production/stable (#65)
Fixes #64 🦕 Release-As: 1.0.0
1 parent dca2d2e commit b0f9d70

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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/functions/",
55
"client_documentation": "https://googleapis.dev/python/cloudfunctions/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559729",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-functions",

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 Functions
22
=================================================
33

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

66
`Cloud Functions API`_: Manages lightweight user-provided functions executed in response to events.
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-functions.svg
1414
:target: https://pypi.org/project/google-cloud-functions/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-functions.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
python_requires=">=3.6",
5454
scripts=["scripts/fixup_functions_v1_keywords.py",],
5555
classifiers=[
56-
"Development Status :: 4 - Beta",
56+
"Development Status :: 5 - Production/Stable",
5757
"Intended Audience :: Developers",
5858
"Operating System :: OS Independent",
5959
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)