From 7dba4baa88ce42fe65712a410767c3fc2f3a0aca Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Fri, 1 Dec 2017 08:23:22 -0800 Subject: [PATCH] Bump Vision to 0.29.0 --- vision/CHANGELOG.md | 27 +++++++++++++++++++++++++++ vision/setup.py | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index e7b35d96c29c..74e9a43dd8ef 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -4,6 +4,33 @@ [1]: https://pypi.org/project/google-cloud-vision/#history +## 0.29.0 + +### :warning: Breaking Changes + +- The HTTP/JSON based client that was deprecated in 0.25.0 is completely + removed. + +### Release Candidate + +- This is the (hopefully) final release candidate before declaring a stable + release. + +### Features + +- The `v1p1beta1` endpoint has been added. (#4493) + + This is a superset of `v1` and includes features that are still in beta + on the API side. You can opt in to this endpoint by importing it explicitly: + + ```python + from google.cloud import vision_v1p1beta1 + client = vision_v1p1beta1.ImageAnnotatorClient() + ``` + +PyPI: https://pypi.org/project/google-cloud-vision/0.29.0/ + + ## 0.28.0 ### Notable Implementation Changes diff --git a/vision/setup.py b/vision/setup.py index d005bf22ac86..d924ff413672 100644 --- a/vision/setup.py +++ b/vision/setup.py @@ -39,7 +39,7 @@ author='Google Cloud Platform', author_email='googleapis-publisher@google.com', name='google-cloud-vision', - version='0.28.1.dev1', + version='0.29.0', description='Python Client for Google Cloud Vision', long_description=readme, namespace_packages=[