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

Commit

Permalink
chore(main): release 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 18, 2023
1 parent 329f4d9 commit a1fda67
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,4 +1,4 @@
{
".": "3.4.4"
".": "3.4.5"
}

7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

## [3.4.5](https://github.com/googleapis/python-vision/compare/v3.4.4...v3.4.5) (2023-10-18)


### Documentation

* Minor formatting ([#552](https://github.com/googleapis/python-vision/issues/552)) ([747296f](https://github.com/googleapis/python-vision/commit/747296fd25f53bc7bfd64f7b10825431516c0b9f))

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


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/vision/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.4" # {x-release-please-version}
__version__ = "3.4.5" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/vision_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.4" # {x-release-please-version}
__version__ = "3.4.5" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/vision_v1p1beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.4" # {x-release-please-version}
__version__ = "3.4.5" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/vision_v1p2beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.4" # {x-release-please-version}
__version__ = "3.4.5" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/vision_v1p3beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.4" # {x-release-please-version}
__version__ = "3.4.5" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/vision_v1p4beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.4.4" # {x-release-please-version}
__version__ = "3.4.5" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.5"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.5"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.5"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.5"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vision",
"version": "0.1.0"
"version": "3.4.5"
},
"snippets": [
{
Expand Down

0 comments on commit a1fda67

Please sign in to comment.