Preparing release 0.17.0 of trace#4538
Conversation
dhermes
left a comment
There was a problem hiding this comment.
Please also update docs/trace/releases.rst
I'll be happy to push a tag for you once this is merged, though you can do this too if you have GitHub privileges for creating a tag (the tag would be trace-0.17.0)
trace/CHANGELOG.md
Outdated
|
|
||
| - 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) | ||
| - Comparing `datetime.datetime`-s in trace unit tests. (#4323) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| PyPI: https://pypi.org/project/google-cloud-trace/0.16.0/ | ||
|
|
||
| ## 0.17.0 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@dhermes Thanks for your review, I have updated the releases.rst and addressed the comments. I just checked that I can create the tag after this is merged. |
|
@dhermes I don't have the account to push packages to Pypi, will need your help. Thx! |
|
@liyanhui1228 The build will do that. |
|
@dhermes Great! |
@dhermes I need to bump the version number from 0.16.0 to 0.17.0 to avoid breaking the OpenCensus package which is depending on
google-cloud-trace>=0.16.0, <0.17dev. Could you do a release for the trace package? Thanks a lot!