Skip to content

Commit

Permalink
Preparing release 0.17.0 of trace (googleapis#4538)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 authored Dec 7, 2017
1 parent 1589592 commit 67e8c54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/trace/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
* ``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>`__)
* ``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>`__)
* ``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>`__)
* ``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>`__)
9 changes: 9 additions & 0 deletions trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## 0.17.0

### Notable Implementation Changes

- Default to use Stackdriver Trace V2 API if calling `from google.cloud import trace`.
Using V1 API needs to be explicitly specified in the import.(#4437)

PyPI: https://pypi.org/project/google-cloud-trace/0.17.0/

## 0.16.0

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion trace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='google-cloud-trace',
version='0.16.1.dev1',
version='0.17.0',
author='Google Inc',
author_email='googleapis-packages@google.com',
classifiers=[
Expand Down

0 comments on commit 67e8c54

Please sign in to comment.