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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-vision
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.42.0
Choose a base ref
...
head repository: googleapis/python-vision
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 28, 2020

  1. feat: bump release status to GA (#11)

    Release-As: 1.0.0
    busunkim96 authored Feb 28, 2020
    Copy the full SHA
    2129bde View commit details
  2. Copy the full SHA
    634c110 View commit details
Showing with 13 additions and 6 deletions.
  1. +1 −1 .repo-metadata.json
  2. +7 −0 CHANGELOG.md
  3. +3 −3 README.rst
  4. +2 −2 setup.py
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/vision/docs/",
"client_documentation": "https://googleapis.dev/python/vision/latest",
"issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:187174",
"release_level": "beta",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-vision",
"distribution_name": "google-cloud-vision",
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-vision/#history

## [1.0.0](https://www.github.com/googleapis/python-vision/compare/v0.42.0...v1.0.0) (2020-02-28)


### Features

* bump release status to GA ([#11](https://www.github.com/googleapis/python-vision/issues/11)) ([2129bde](https://www.github.com/googleapis/python-vision/commit/2129bdedfa0dca85c5adc5350bff10d4a485df77))

## [0.42.0](https://www.github.com/googleapis/python-vision/compare/v0.41.0...v0.42.0) (2020-02-03)


6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for Google Cloud Vision
=====================================

|beta| |pypi| |versions|
|GA| |pypi| |versions|

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

.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vision.svg
:target: https://pypi.org/project/google-cloud-vision/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@

name = "google-cloud-vision"
description = "Cloud Vision API API client library"
version = "0.42.0"
release_status = "Development Status :: 4 - Beta"
version = "1.0.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',