This repository was archived by the owner on Dec 31, 2023. It is now read-only.
File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/cloud-build/docs/" ,
5
5
"client_documentation" : " https://googleapis.dev/python/cloudbuild/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/5226584" ,
7
- "release_level" : " alpha " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/python-cloudbuild" ,
10
10
"distribution_name" : " google-cloud-build" ,
Original file line number Diff line number Diff line change 1
- Python Client for Cloud Build API (`Alpha `_)
1
+ Python Client for Cloud Build API (`GA `_)
2
2
============================================
3
3
4
+ |ga | |pypi | |versions |
5
+
4
6
`Cloud Build API `_: Creates and manages builds on Google Cloud Platform.
5
7
6
8
- `Client Library Documentation `_
7
9
- `Product Documentation `_
8
10
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
10
19
.. _Cloud Build API : https://cloud.google.com/cloud-build
11
20
.. _Client Library Documentation : https://googleapis.dev/python/cloudbuild/latest
12
21
.. _Product Documentation : https://cloud.google.com/cloud-build
Original file line number Diff line number Diff line change 26
26
# 'Development Status :: 3 - Alpha'
27
27
# 'Development Status :: 4 - Beta'
28
28
# 'Development Status :: 5 - Production/Stable'
29
- release_status = "Development Status :: 3 - Alpha "
29
+ release_status = "Development Status :: 5 - Production/Stable "
30
30
dependencies = [
31
31
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
32
32
'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments