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

Commit 8566a42

Browse files
chore(main): release 3.4.1 (#528)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d589fe1 commit 8566a42

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.0"
2+
".": "3.4.1"
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.1](https://github.com/googleapis/python-vision/compare/v3.4.0...v3.4.1) (2023-03-23)
8+
9+
10+
### Documentation
11+
12+
* Fix formatting of request arg in docstring ([#527](https://github.com/googleapis/python-vision/issues/527)) ([d589fe1](https://github.com/googleapis/python-vision/commit/d589fe1e7e8106aae896cea1ee0737cdcddbc0fd))
13+
714
## [3.4.0](https://github.com/googleapis/python-vision/compare/v3.3.1...v3.4.0) (2023-02-28)
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.0" # {x-release-please-version}
16+
__version__ = "3.4.1" # {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.0" # {x-release-please-version}
16+
__version__ = "3.4.1" # {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.0" # {x-release-please-version}
16+
__version__ = "3.4.1" # {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.0" # {x-release-please-version}
16+
__version__ = "3.4.1" # {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.0" # {x-release-please-version}
16+
__version__ = "3.4.1" # {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.0" # {x-release-please-version}
16+
__version__ = "3.4.1" # {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.1"
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.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)