Skip to content

Commit 715d4d6

Browse files
authored
Trace: New release for trace after gax to gapic change (googleapis#4831)
1 parent cb284a8 commit 715d4d6

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/trace/releases.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
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>`__)
88
* ``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+
* ``0.18.0`` (`PyPI <https://pypi.org/project/google-cloud-trace/0.18.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.18.0>`__)
10+

trace/CHANGELOG.md

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

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

7+
## 0.18.0
8+
9+
### Breaking changes
10+
11+
- The underlying autogenerated client library was re-generated to pick up new
12+
features and resolve bugs, this may change the exceptions raised from various
13+
methods. (#4799)
14+
715
## 0.17.0
816

917
### Notable Implementation Changes

trace/setup.py

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

3030
setup(
3131
name='google-cloud-trace',
32-
version='0.17.1.dev1',
32+
version='0.18.0',
3333
author='Google Inc',
3434
author_email='googleapis-packages@google.com',
3535
classifiers=[

0 commit comments

Comments
 (0)