Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 2129bde

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

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎.repo-metadata.json‎

Copy file name to clipboardExpand all lines: .repo-metadata.json
+1-1Lines changed: 1 addition & 1 deletion
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",
Collapse file

‎README.rst‎

Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.