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

Commit ac9b773

Browse files
authored
Release language 1.1.0 (#6171)
1 parent 872871d commit ac9b773

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.1.0
8+
9+
10-05-2018 13:52 PDT
10+
11+
### Implementation Changes
12+
13+
- The library has been regenerated to pick up changes in the underlying API.
14+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
15+
16+
### Documentation
17+
18+
- Translate / Logging / Language: restore detailed usage docs. ([#5999](https://github.com/googleapis/google-cloud-python/pull/5999))
19+
- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. ([#5996](https://github.com/googleapis/google-cloud-python/pull/5996))
20+
- Prep language docs for repo split. ([#5932](https://github.com/googleapis/google-cloud-python/pull/5932))
21+
22+
### Internal / Testing Changes
23+
24+
- Language: add 'synth.py'. ([#6080](https://github.com/googleapis/google-cloud-python/pull/6080))
25+
- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
26+
- Avoid overwriting '__module__' of messages from shared modules. ([#5364](https://github.com/googleapis/google-cloud-python/pull/5364))
27+
- Modify system tests to use prerelease versions of grpcio ([#5304](https://github.com/googleapis/google-cloud-python/pull/5304))
28+
729
## 1.0.2
830

931
### Packaging

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.0.2'
25+
version = '1.1.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)