Skip to content

Commit ea4d5e1

Browse files
author
Jon Wayne Parrott
authored
Release language 1.0.1 (googleapis#4960)
1 parent 7dd9414 commit ea4d5e1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

language/CHANGELOG.md

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

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

7+
## 1.0.1
8+
9+
### Dependencies
10+
11+
- Update dependency range for api-core to include v1.0.0 releases (#4944)
12+
13+
### Testing and internal changes
14+
15+
- Install local dependencies when running lint (#4936)
16+
- Re-enable lint for tests, remove usage of pylint (#4921)
17+
- Normalize all setup.py files (#4909)
18+
- Fix coveragerc to correctly omit generated files (#4843)
19+
720
## 1.0.0
821

922
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

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

0 commit comments

Comments
 (0)