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

Commit

Permalink
chore: release 2.2.0 (#104)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
## [2.2.0](https://www.github.com/googleapis/python-vision/compare/v2.1.0...v2.2.0) (2021-02-11)


### Features

* add from_service_account_info factory ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))
* **v1:** add `LEFT_CHEEK_CENTER` and `RIGHT_CHEEK_CENTER` to `FaceAnnotation` ([#103](https://www.github.com/googleapis/python-vision/issues/103)) ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))


### Bug Fixes

* **v1:** deprecate confidence fields in safe search annotation ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))


### Documentation

* use absolute references for types in docstrings ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Feb 11, 2021
1 parent ee85ac8 commit c293722
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,24 @@

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

## [2.2.0](https://www.github.com/googleapis/python-vision/compare/v2.1.0...v2.2.0) (2021-02-11)


### Features

* add from_service_account_info factory ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))
* **v1:** add `LEFT_CHEEK_CENTER` and `RIGHT_CHEEK_CENTER` to `FaceAnnotation` ([#103](https://www.github.com/googleapis/python-vision/issues/103)) ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))


### Bug Fixes

* **v1:** deprecate confidence fields in safe search annotation ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))


### Documentation

* use absolute references for types in docstrings ([7c3035a](https://www.github.com/googleapis/python-vision/commit/7c3035a5fa58d7218ba4ee60fbd0b37fd5fb21ab))

## [2.1.0](https://www.github.com/googleapis/python-vision/compare/v2.0.0...v2.1.0) (2021-01-26)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-vision"
description = "Cloud Vision API API client library"
version = "2.1.0"
version = "2.2.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
Expand Down

0 comments on commit c293722

Please sign in to comment.