From fb979a66936be5e1eac4a605a9e624d6a11a1e76 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 25 Jul 2019 15:00:19 -0700 Subject: [PATCH] Release 1.3.0 (#8757) --- language/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ language/setup.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/language/CHANGELOG.md b/language/CHANGELOG.md index 477c0b0f2b1b..50cd9793bc2f 100644 --- a/language/CHANGELOG.md +++ b/language/CHANGELOG.md @@ -4,6 +4,35 @@ [1]: https://pypi.org/project/google-cloud-language/#history +## 1.3.0 + +07-24-2019 16:44 PDT + + +### Implementation Changes +- Allow kwargs to be passed to create_channel ([#8396](https://github.com/googleapis/google-cloud-python/pull/8396)) + +### New Features +- Add 'client_options' support (via synth). ([#8515](https://github.com/googleapis/google-cloud-python/pull/8515)) + +### Dependencies +- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709)) + +### Documentation +- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) +- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288)) +- Add google.api proto annotations, update docstrings (via synth). ([#7659](https://github.com/googleapis/google-cloud-python/pull/7659)) + +### Internal / Testing Changes +- Pin black version (via synth). ([#8588](https://github.com/googleapis/google-cloud-python/pull/8588)) +- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) +- Declare encoding as utf-8 in pb2 files (via synth). ([#8357](https://github.com/googleapis/google-cloud-python/pull/8357)) +- Add disclaimer to auto-generated template files (via synth). ([#8319](https://github.com/googleapis/google-cloud-python/pull/8319)) +- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8246](https://github.com/googleapis/google-cloud-python/pull/8246)) +- Blacken 'noxfile.py' / 'setup.py' (via synth). ([#8158](https://github.com/googleapis/google-cloud-python/pull/8158)) +- Add empty lines (via synth). ([#8063](https://github.com/googleapis/google-cloud-python/pull/8063)) +- Add nox session `docs` (via synth). ([#7776](https://github.com/googleapis/google-cloud-python/pull/7776)) + ## 1.2.0 03-29-2019 09:53 PDT diff --git a/language/setup.py b/language/setup.py index b10982d412ab..6ac5b244c7b2 100644 --- a/language/setup.py +++ b/language/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-language" description = "Google Cloud Natural Language API client library" -version = "1.2.0" +version = "1.3.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'