Skip to content

Commit bf1e678

Browse files
authored
Widen range for 'google-cloud-core'. (#7980)
Prep translate-1.4.1 release.
1 parent adf203f commit bf1e678

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

translate/CHANGELOG.md

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

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

7+
## 1.4.1
8+
9+
05-14-2019 12:27 PDT
10+
11+
### Implementation Changes
12+
- Widen range for 'google-cloud-core'. ([#7980](https://github.com/googleapis/google-cloud-python/pull/7980))
13+
714
## 1.4.0
815

916
04-02-2019 14:24 PDT

translate/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
name = 'google-cloud-translate'
2424
description = 'Google Cloud Translation API client library'
25-
version = '1.4.0'
25+
version = '1.4.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = 'Development Status :: 5 - Production/Stable'
3131
dependencies = [
3232
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
33-
'google-cloud-core >= 0.29.0, < 0.30dev',
33+
'google-cloud-core >= 0.29.0, < 2.0dev',
3434
]
3535
extras = {
3636
}

0 commit comments

Comments
 (0)