Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 2129bde

Browse files
authored
feat: bump release status to GA (#11)
Release-As: 1.0.0
1 parent cfb2863 commit 2129bde

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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/vision/docs/",
55
"client_documentation": "https://googleapis.dev/python/vision/latest",
66
"issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:187174",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-vision",
1010
"distribution_name": "google-cloud-vision",

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Google Cloud Vision
22
=====================================
33

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

66
The `Google Cloud Vision`_ API enables developers to
77
understand the content of an image by encapsulating powerful machine
@@ -17,8 +17,8 @@ Storage.
1717
- `Client Library Documentation`_
1818
- `Product Documentation`_
1919

20-
.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg
21-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
20+
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
21+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
2222
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vision.svg
2323
:target: https://pypi.org/project/google-cloud-vision/
2424
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
name = "google-cloud-vision"
2121
description = "Cloud Vision API API client library"
2222
version = "0.42.0"
23-
release_status = "Development Status :: 4 - Beta"
23+
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2626
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)