Skip to content

Commit caef271

Browse files
authored
Release language 1.1.1 (googleapis#6991)
* Release 1.1.1 * Update language/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com> * Update language/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com> * Update language/CHANGELOG.md Co-Authored-By: crwilcox <crwilcox@google.com>
1 parent a32d2db commit caef271

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

language/CHANGELOG.md

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

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

7+
## 1.1.1
8+
9+
12-18-2018 09:34 PST
10+
11+
12+
### Implementation Changes
13+
- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
- Pick up fixes to GAPIC generator. ([#6521](https://github.com/googleapis/google-cloud-python/pull/6521))
15+
- Fix `client_info` bug, update docstrings. ([#6415](https://github.com/googleapis/google-cloud-python/pull/6415))
16+
17+
### Dependencies
18+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
19+
20+
### Documentation
21+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
22+
- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
23+
- Fix usage docs example for entity extraction ([#6193](https://github.com/googleapis/google-cloud-python/pull/6193))
24+
25+
### Internal / Testing Changes
26+
- Update noxfile.
27+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
28+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
29+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
30+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
31+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
32+
- Add synth metadata. ([#6570](https://github.com/googleapis/google-cloud-python/pull/6570))
33+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
34+
735
## 1.1.0
836

937
10-05-2018 13:52 PDT

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

0 commit comments

Comments
 (0)