Skip to content

Commit 8eee763

Browse files
authored
Release 0.20.1 (googleapis#6877)
1 parent bce624f commit 8eee763

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

trace/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-trace/#history
66

7+
## 0.20.1
8+
9+
12-07-2018 16:06 PST
10+
11+
### Implementation Changes
12+
- Fix trace client memory leak ([#6856](https://github.com/googleapis/google-cloud-python/pull/6856))
13+
14+
### Dependencies
15+
- Update version of google-cloud-core ([#6858](https://github.com/googleapis/google-cloud-python/pull/6858))
16+
17+
### Internal / Testing Changes
18+
- Add baseline for synth.metadata
19+
720
## 0.20.0
821

922
12-05-2018 13:16 PST

trace/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-trace'
2424
description = 'Stackdriver Trace API client library'
25-
version = '0.20.0'
25+
version = '0.20.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)