Skip to content

Commit 3bf28d8

Browse files
chore(main): release 3.2.0 (#509)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2c2516b commit 3bf28d8

File tree

13 files changed

+33
-12
lines changed

13 files changed

+33
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "3.1.4"
2+
".": "3.2.0"
33
}
44

packages/google-cloud-vision/CHANGELOG.md

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

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

7+
## [3.2.0](https://github.com/googleapis/python-vision/compare/v3.1.4...v3.2.0) (2022-12-15)
8+
9+
10+
### Features
11+
12+
* Add typing to proto.Message based class attributes ([0e5a37b](https://github.com/googleapis/python-vision/commit/0e5a37b788ccc10688b6f23a46040880827b2b3e))
13+
14+
15+
### Bug Fixes
16+
17+
* Add dict typing for client_options ([0e5a37b](https://github.com/googleapis/python-vision/commit/0e5a37b788ccc10688b6f23a46040880827b2b3e))
18+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([0e5a37b](https://github.com/googleapis/python-vision/commit/0e5a37b788ccc10688b6f23a46040880827b2b3e))
19+
* Drop usage of pkg_resources ([0e5a37b](https://github.com/googleapis/python-vision/commit/0e5a37b788ccc10688b6f23a46040880827b2b3e))
20+
* Fix timeout default values ([0e5a37b](https://github.com/googleapis/python-vision/commit/0e5a37b788ccc10688b6f23a46040880827b2b3e))
21+
22+
23+
### Documentation
24+
25+
* **samples:** Snippetgen handling of repeated enum field ([0e5a37b](https://github.com/googleapis/python-vision/commit/0e5a37b788ccc10688b6f23a46040880827b2b3e))
26+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([0e5a37b](https://github.com/googleapis/python-vision/commit/0e5a37b788ccc10688b6f23a46040880827b2b3e))
27+
728
## [3.1.4](https://github.com/googleapis/python-vision/compare/v3.1.3...v3.1.4) (2022-10-07)
829

930

packages/google-cloud-vision/google/cloud/vision/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.1.4" # {x-release-please-version}
16+
__version__ = "3.2.0" # {x-release-please-version}

packages/google-cloud-vision/google/cloud/vision_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.1.4" # {x-release-please-version}
16+
__version__ = "3.2.0" # {x-release-please-version}

packages/google-cloud-vision/google/cloud/vision_v1p1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.1.4" # {x-release-please-version}
16+
__version__ = "3.2.0" # {x-release-please-version}

packages/google-cloud-vision/google/cloud/vision_v1p2beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.1.4" # {x-release-please-version}
16+
__version__ = "3.2.0" # {x-release-please-version}

packages/google-cloud-vision/google/cloud/vision_v1p3beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.1.4" # {x-release-please-version}
16+
__version__ = "3.2.0" # {x-release-please-version}

packages/google-cloud-vision/google/cloud/vision_v1p4beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.1.4" # {x-release-please-version}
16+
__version__ = "3.2.0" # {x-release-please-version}

packages/google-cloud-vision/samples/generated_samples/snippet_metadata_google.cloud.vision.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-vision",
11-
"version": "0.1.0"
11+
"version": "3.2.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-vision/samples/generated_samples/snippet_metadata_google.cloud.vision.v1p1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-vision",
11-
"version": "0.1.0"
11+
"version": "3.2.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)