Skip to content

Commit 5674fea

Browse files
authored
Widen range for 'google-cloud-core'. (#7979)
Prep trace-0.20.3 release.
1 parent 7679a3b commit 5674fea

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

trace/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44

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

7+
## 0.20.3
8+
9+
05-14-2019 12:30 PST
10+
11+
### Implementation Changes
12+
- Widen range for 'google-cloud-core'.([#7979](https://github.com/googleapis/google-cloud-python/pull/7979))
13+
714
## 0.20.2
815

916
12-17-2018 17:06 PST
1017

11-
1218
### Documentation
1319
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
1420

trace/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-trace'
2424
description = 'Stackdriver Trace API client library'
25-
version = '0.20.2'
25+
version = '0.20.3'
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 :: 3 - Alpha'
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)