Skip to content

Commit 67e8c54

Browse files
authored
Preparing release 0.17.0 of trace (googleapis#4538)
1 parent 1589592 commit 67e8c54

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/trace/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
* ``0.15.4`` (`PyPI <https://pypi.org/project/google-cloud-trace/0.15.4/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.15.4>`__)
66
* ``0.15.5`` (`PyPI <https://pypi.org/project/google-cloud-trace/0.15.5/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.15.5>`__)
77
* ``0.16.0`` (`PyPI <https://pypi.org/project/google-cloud-trace/0.16.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.16.0>`__)
8+
* ``0.17.0`` (`PyPI <https://pypi.org/project/google-cloud-trace/0.17.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.17.0>`__)

trace/CHANGELOG.md

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

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

7+
## 0.17.0
8+
9+
### Notable Implementation Changes
10+
11+
- Default to use Stackdriver Trace V2 API if calling `from google.cloud import trace`.
12+
Using V1 API needs to be explicitly specified in the import.(#4437)
13+
14+
PyPI: https://pypi.org/project/google-cloud-trace/0.17.0/
15+
716
## 0.16.0
817

918
### Dependencies

trace/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='google-cloud-trace',
18-
version='0.16.1.dev1',
18+
version='0.17.0',
1919
author='Google Inc',
2020
author_email='googleapis-packages@google.com',
2121
classifiers=[

0 commit comments

Comments
 (0)