Skip to content

Commit

Permalink
chore(main): release 3.3.1 (#514)
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 Jan 23, 2023
1 parent 85dc431 commit bf28541
Show file tree
Hide file tree
Showing 13 changed files with 24 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.3.0"
".": "3.3.1"
}

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

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

## [3.3.1](https://github.com/googleapis/python-vision/compare/v3.3.0...v3.3.1) (2023-01-23)


### Bug Fixes

* Add context manager return types ([3e9cde4](https://github.com/googleapis/python-vision/commit/3e9cde4697b5da630347c67cffa37c2561a75f88))


### Documentation

* Add documentation for enums ([3e9cde4](https://github.com/googleapis/python-vision/commit/3e9cde4697b5da630347c67cffa37c2561a75f88))

## [3.3.0](https://github.com/googleapis/python-vision/compare/v3.2.0...v3.3.0) (2023-01-10)


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.3.0" # {x-release-please-version}
__version__ = "3.3.1" # {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.3.0" # {x-release-please-version}
__version__ = "3.3.1" # {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.3.0" # {x-release-please-version}
__version__ = "3.3.1" # {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.3.0" # {x-release-please-version}
__version__ = "3.3.1" # {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.3.0" # {x-release-please-version}
__version__ = "3.3.1" # {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.3.0" # {x-release-please-version}
__version__ = "3.3.1" # {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.3.1"
},
"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.3.1"
},
"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.3.1"
},
"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.3.1"
},
"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.3.1"
},
"snippets": [
{
Expand Down

0 comments on commit bf28541

Please sign in to comment.