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

Commit f6e5c3b

Browse files
authored
feat: bump library release level to GA (#8)
Release-As: 1.0.0
1 parent 37bb703 commit f6e5c3b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.repo-metadata.json

+1-1
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",

README.rst

+11-2
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

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 :: 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)