Skip to content

Commit 00751f9

Browse files
author
alrex
authored
release: prepare 4.4.4 release (#101)
1 parent 27a7b71 commit 00751f9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
CHANGELOG.md
2+
<a name="4.4.4"></a>
3+
## [4.4.4](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.3...4.4.4)
4+
* Format tracebacks with cause
5+
* Add lightstep.hostname tag
6+
27
<a name="4.4.3"></a>
38
## [4.4.3](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.1...4.4.3)
49
* Update version of Thrift to 0.13.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.3
1+
4.4.4

lightstep/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.3"
1+
LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.4"

setup.py

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

33
setup(
44
name='lightstep',
5-
version='4.4.3',
5+
version='4.4.4',
66
description='LightStep Python OpenTracing Implementation',
77
long_description='',
88
author='LightStep',

0 commit comments

Comments
 (0)