Skip to content

Commit

Permalink
chore(main): release 3.4.4 (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 5, 2023
1 parent fdee40a commit f32553e
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "3.4.3"
".": "3.4.4"
}

7 changes: 7 additions & 0 deletions packages/google-cloud-vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [3.4.4](https://github.com/googleapis/python-vision/compare/v3.4.3...v3.4.4) (2023-07-04)


### Bug Fixes

* Add async context manager return types ([#539](https://github.com/googleapis/python-vision/issues/539)) ([69e507f](https://github.com/googleapis/python-vision/commit/69e507f84a21b988a5fb44628652ec9d7811917f))

## [3.4.3](https://github.com/googleapis/python-vision/compare/v3.4.2...v3.4.3) (2023-06-19)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.3" # {x-release-please-version}
__version__ = "3.4.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.3" # {x-release-please-version}
__version__ = "3.4.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.3" # {x-release-please-version}
__version__ = "3.4.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.3" # {x-release-please-version}
__version__ = "3.4.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.3" # {x-release-please-version}
__version__ = "3.4.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.3" # {x-release-please-version}
__version__ = "3.4.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.4"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.4"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.4"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.4"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.4"
},
"snippets": [
{
Expand Down

0 comments on commit f32553e

Please sign in to comment.