Skip to content

Commit 761a414

Browse files
authored
feat: bump library release level to GA (#8)
Release-As: 1.0.0
1 parent f235c4a commit 761a414

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

packages/google-cloud-build/.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/cloud-build/docs/",
55
"client_documentation": "https://googleapis.dev/python/cloudbuild/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5226584",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-cloudbuild",
1010
"distribution_name": "google-cloud-build",

packages/google-cloud-build/README.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
Python Client for Cloud Build API (`Alpha`_)
1+
Python Client for Cloud Build API (`GA`_)
22
============================================
33

4+
|ga| |pypi| |versions|
5+
46
`Cloud Build API`_: Creates and manages builds on Google Cloud Platform.
57

68
- `Client Library Documentation`_
79
- `Product Documentation`_
810

9-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
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
13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-build.svg
14+
:target: https://pypi.org/project/google-cloud-build/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-build.svg
16+
:target: https://pypi.org/project/google-cloud-build/
17+
18+
.. _GA: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1019
.. _Cloud Build API: https://cloud.google.com/cloud-build
1120
.. _Client Library Documentation: https://googleapis.dev/python/cloudbuild/latest
1221
.. _Product Documentation: https://cloud.google.com/cloud-build

packages/google-cloud-build/setup.py

Lines changed: 1 addition & 1 deletion
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 :: 3 - Alpha"
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)