Skip to content

Commit

Permalink
release: prepare 4.4.4 release (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored Aug 27, 2020
1 parent 27a7b71 commit 00751f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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
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
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 comments on commit 00751f9

Please sign in to comment.