10000 release: prepare 4.4.4 release by codeboten · Pull Request #101 · lightstep/lightstep-tracer-python · GitHub
[go: up one dir, main page]

Skip to content

release: prepare 4.4.4 release #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
CHANGELOG.md
<a name="4.4.4"></a>
## [4.4.4](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.3...4.4.4)
* Format tracebacks with cause
* Add lightstep.hostname tag

<a name="4.4.3"></a>
## [4.4.3](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.1...4.4.3)
* Update version of Thrift to 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.3 8000
4.4.4
2 changes: 1 addition & 1 deletion lightstep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.3"
LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.4"
2 changes: 1 addition & 1 deletion setup.py
435C
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='lightstep',
version='4.4.3',
version='4.4.4',
description='LightStep Python OpenTracing Implementation',
long_description='',
author='LightStep',
Expand Down
0