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

Commit 2ad64e5

Browse files
authored
Release language 1.2.0 (#7617)
1 parent 8ce27b0 commit 2ad64e5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.2.0
8+
9+
03-29-2019 09:53 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14+
- Protoc-generated serialization update. ([#7087](https://github.com/googleapis/google-cloud-python/pull/7087))
15+
16+
### New Features
17+
- Add new entity types (via synth). ([#7510](https://github.com/googleapis/google-cloud-python/pull/7510))
18+
19+
### Documentation
20+
- Update client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
21+
- Update copyright headers
22+
- Pick up stub docstring fix in GAPIC generator. ([#6975](https://github.com/googleapis/google-cloud-python/pull/6975))
23+
24+
### Internal / Testing Changes
25+
- Copy lintified proto files (via synth). ([#7468](https://github.com/googleapis/google-cloud-python/pull/7468))
26+
- Add clarifying comment to blacken nox target. ([#7397](https://github.com/googleapis/google-cloud-python/pull/7397))
27+
- Copy in correct proto versions via synth. [#7257](https://github.com/googleapis/google-cloud-python/pull/7257))
28+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
29+
730
## 1.1.1
831

932
12-18-2018 09:34 PST

setup.py

Lines changed: 1 addition & 1 deletion
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.1.1'
25+
version = '1.2.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)