Skip to content

Commit 480d80f

Browse files
Video bump (googleapis#4481)
1 parent 449c6e5 commit 480d80f

6 files changed

Lines changed: 40 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## 0.31.0
8+
9+
Feature / bugfix release for the following packages:
10+
11+
* [`google-cloud-pubsub==0.29.1`](https://pypi.org/project/google-cloud-pubsub/0.29.1/)
12+
* [`google-cloud-videointelligence==1.0.0`](https://pypi.org/project/google-cloud-videointelligence/1.0.0/)
13+
714
## 0.30.0
815

916
Feature / bugfix release for the following package:

docs/releases.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ The ``google-cloud`` package (formerly ``gcloud``) contains
4949
* ``0.27.0`` (`PyPI <https://pypi.org/project/google-cloud/0.27.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.27.0>`__)
5050
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.28.0>`__)
5151
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.29.0>`__)
52+
* ``0.30.0`` (`PyPI <https://pypi.org/project/google-cloud/0.30.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.30.0>`__)
53+
* ``0.31.0`` (`PyPI <https://pypi.org/project/google-cloud/0.31.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/0.31.0>`__)

docs/videointelligence/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
* ``0.27.1`` (`PyPI <https://pypi.org/project/google-cloud-videointelligence/0.27.1/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/videointelligence-0.27.1>`__)
99
* ``0.27.2`` (`PyPI <https://pypi.org/project/google-cloud-videointelligence/0.27.2/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/videointelligence-0.27.2>`__)
1010
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-videointelligence/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/videointelligence-0.28.0>`__)
11+
* ``1.0.0`` (`PyPI <https://pypi.org/project/google-cloud-videointelligence/1.0.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/videointelligence-1.0.0>`__)

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@
6060
'google-cloud-language >= 1.0.0, < 1.1dev',
6161
'google-cloud-logging >= 1.4.0, < 1.5dev',
6262
'google-cloud-monitoring >= 0.28.0, < 0.29dev',
63-
'google-cloud-pubsub >= 0.29.0, < 0.30dev',
63+
'google-cloud-pubsub >= 0.29.1, < 0.30dev',
6464
'google-cloud-resource-manager >= 0.28.0, < 0.29dev',
6565
'google-cloud-runtimeconfig >= 0.28.0, < 0.29dev',
6666
'google-cloud-spanner >= 0.29.0, < 0.30dev',
6767
'google-cloud-speech >= 0.30.0, < 0.31dev',
6868
'google-cloud-storage >= 1.6.0, < 1.7dev',
6969
'google-cloud-trace >= 0.16.0, < 0.17dev',
7070
'google-cloud-translate >= 1.3.0, < 1.4dev',
71-
'google-cloud-videointelligence >= 0.28.0, < 0.29dev',
71+
'google-cloud-videointelligence >= 1.0.0, < 1.1dev',
7272
'google-cloud-vision >= 0.28.0, < 0.29dev',
7373
]
7474

7575
setup(
7676
name='google-cloud',
77-
version='0.30.1.dev1',
77+
version='0.31.0',
7878
description='API Client library for Google Cloud',
7979
long_description=README,
8080
install_requires=REQUIREMENTS,

videointelligence/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44

55
[1]: https://pypi.org/project/google-cloud-videointelligence/#history
66

7+
## 1.0.0
8+
9+
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
10+
11+
### Features
12+
13+
#### General Availability
14+
15+
The `google-cloud-videointelligence` package is now supported at the
16+
**general availability** quality level. This means it is stable; the code
17+
and API surface will not change in backwards-incompatible ways unless
18+
absolutely necessary (e.g. because of critical security issues) or with an
19+
extensive deprecation period.
20+
21+
One exception to this: We will remove beta endpoints (as a semver-minor update)
22+
at whatever point the underlying endpoints go away.
23+
24+
#### v1 endpoint
25+
26+
The underlying video intelligence API has also gone general availability, and
27+
this library by default now uses the `v1` endpoint (rather than `v1beta2`)
28+
unless you explicitly used something else. This is a backwards compatible
29+
change as the `v1` and `v1beta2` endpoints are identical. If you pinned to
30+
`v1beta2`, you are encouraged to move to `v1`.
31+
732
## 0.28.0
833

934
### Documentation

videointelligence/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author='Google Cloud Platform',
3030
author_email='googleapis-publisher@google.com',
3131
name='google-cloud-videointelligence',
32-
version='0.28.1.dev1',
32+
version='1.0.0',
3333
description='Python Client for Google Cloud Video Intelligence',
3434
long_description=readme,
3535
namespace_packages=[
@@ -50,7 +50,7 @@
5050
zip_safe=False,
5151
scripts=[],
5252
classifiers=[
53-
'Development Status :: 4 - Beta',
53+
'Development Status :: 5 - Production/Stable',
5454
'Intended Audience :: Developers',
5555
'License :: OSI Approved :: Apache Software License',
5656
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)