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

Commit bfa14cc

Browse files
chore(main): release 3.4.2 (#532)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6692feb commit bfa14cc

13 files changed

+19
-12
lines changed

.release-please-manifest.json

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

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-vision/#history
66

7+
## [3.4.2](https://github.com/googleapis/python-vision/compare/v3.4.1...v3.4.2) (2023-05-25)
8+
9+
10+
### Bug Fixes
11+
12+
* Remove workarounds in image_annotator ([#529](https://github.com/googleapis/python-vision/issues/529)) ([6692feb](https://github.com/googleapis/python-vision/commit/6692feb6c0f6e41a4da5ec4a9e9ac3ff7505e181))
13+
714
## [3.4.1](https://github.com/googleapis/python-vision/compare/v3.4.0...v3.4.1) (2023-03-23)
815

916

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.4.1" # {x-release-please-version}
16+
__version__ = "3.4.2" # {x-release-please-version}

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.4.1" # {x-release-please-version}
16+
__version__ = "3.4.2" # {x-release-please-version}

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.4.1" # {x-release-please-version}
16+
__version__ = "3.4.2" # {x-release-please-version}

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.4.1" # {x-release-please-version}
16+
__version__ = "3.4.2" # {x-release-please-version}

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.4.1" # {x-release-please-version}
16+
__version__ = "3.4.2" # {x-release-please-version}

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.4.1" # {x-release-please-version}
16+
__version__ = "3.4.2" # {x-release-please-version}

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.4.2"
1212
},
1313
"snippets": [
1414
{

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.4.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)