Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d923767

Browse files
authored
Trace: New release for trace after gax to gapic change (#4831)
1 parent e97158c commit d923767

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-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

packages/google-cloud-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='[email protected]',
3535
classifiers=[

0 commit comments

Comments
 (0)