10000 Release 1.3.0 (#8757) · googleapis/python-language@28c3a0f · GitHub
[go: up one dir, main page]

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

Commit 28c3a0f

Browse files
authored
Release 1.3.0 (#8757)
1 parent d62917b commit 28c3a0f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44

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

7+
## 1.3.0
8+
9+
07-24-2019 16:44 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel ([#8396](https://github.com/googleapis/google-cloud-python/pull/8396))
14+
15+
### New Features
16+
- Add 'client_options' support (via synth). ([#8515](https://github.com/googleapis/google-cloud-python/pull/8515))
17+
18+
### Dependencies
19+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
20+
21+
### Documentation
22+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
23+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
24+
- Add google.api proto annotations, update docstrings (via synth). ([#7659](https://github.com/googleapis/google-cloud-python/pull/7659))
25+
26+
### Internal / Testing Changes
27+
- Pin black version (via synth). ([#8588](https://github.com/googleapis/google-cloud-python/pull/8588))
28+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
29+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8357](https://github.com/googleapis/google-cloud-python/pull/8357))
30+
- Add disclaimer to auto-generated template files (via synth). ([#8319](https://github.com/googleapis/google-cloud-python/pull/8319))
31+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8246](https://github.com/googleapis/google-cloud-python/pull/8246))
32+
- Blacken 'noxfile.py' / 'setup.py' (via synth). ([#8158](https://github.com/googleapis/google-cloud-python/pull/8158))
33+
- Add empty lines (via synth). ([#8063](https://github.com/googleapis/google-cloud-python/pull/8063))
34+
- Add nox session `docs` (via synth). ([#7776](https://github.com/googleapis/google-cloud-python/pull/7776))
35+
736
## 1.2.0
837

938
03-29-2019 09:53 PDT

setup.py

Lines changed: 1 addition & 1 deletion
6EB4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-language"
2424
description = "Google Cloud Natural Language API client library"
25-
version = "1.2.0"
25+
version = "1.3.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)
0