Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 13, 2022
1 parent 60bde44 commit 946c291
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.6.1"
".": "2.7.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,35 @@

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

## [2.7.0](https://github.com/googleapis/python-language/compare/v2.6.1...v2.7.0) (2022-12-13)


### Features

* add support for `google.cloud.language.__version__` ([3ff2900](https://github.com/googleapis/python-language/commit/3ff2900b0d4c00d408dc9743d80bb034677be978))
* Add typing to proto.Message based class attributes ([3ff2900](https://github.com/googleapis/python-language/commit/3ff2900b0d4c00d408dc9743d80bb034677be978))


### Bug Fixes

* Add dict typing for client_options ([3ff2900](https://github.com/googleapis/python-language/commit/3ff2900b0d4c00d408dc9743d80bb034677be978))
* **deps:** require google-api-core >=1.33.2 ([3ff2900](https://github.com/googleapis/python-language/commit/3ff2900b0d4c00d408dc9743d80bb034677be978))
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([fa4547f](https://github.com/googleapis/python-language/commit/fa4547f61179b9e8a4065bdd0a2bd7760b033985))
* Drop usage of pkg_resources ([fa4547f](https://github.com/googleapis/python-language/commit/fa4547f61179b9e8a4065bdd0a2bd7760b033985))
* Fix timeout default values ([fa4547f](https://github.com/googleapis/python-language/commit/fa4547f61179b9e8a4065bdd0a2bd7760b033985))


### Miscellaneous Chores

* release-please updates snippet metadata ([cb52907](https://github.com/googleapis/python-language/commit/cb5290723a1f13d6ea3929cdf2fce103ee464910))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([3ff2900](https://github.com/googleapis/python-language/commit/3ff2900b0d4c00d408dc9743d80bb034677be978))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([fa4547f](https://github.com/googleapis/python-language/commit/fa4547f61179b9e8a4065bdd0a2bd7760b033985))
* Specify client library version requirement in samples/v1/language_classify_text.py ([#388](https://github.com/googleapis/python-language/issues/388)) ([bff4a65](https://github.com/googleapis/python-language/commit/bff4a65b6a3bb28bf205cdc2fcf5ad914665c453))

## [2.6.1](https://github.com/googleapis/python-language/compare/v2.6.0...v2.6.1) (2022-10-10)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/language/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.6.1" # {x-release-please-version}
__version__ = "2.7.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/language_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__ = "2.6.1" # {x-release-please-version}
__version__ = "2.7.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/language_v1beta2/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.6.1" # {x-release-please-version}
__version__ = "2.7.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-language",
"version": "0.1.0"
"version": "2.7.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-language",
"version": "0.1.0"
"version": "2.7.0"
},
"snippets": [
{
Expand Down

0 comments on commit 946c291

Please sign in to comment.