From 00751f9da6b212d5da75eb267f3322b346ba5803 Mon Sep 17 00:00:00 2001 From: alrex Date: Thu, 27 Aug 2020 15:30:19 -0700 Subject: [PATCH] release: prepare 4.4.4 release (#101) --- CHANGELOG.md | 5 +++++ VERSION | 2 +- lightstep/version.py | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5742c23..2696ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ CHANGELOG.md + +## [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 + ## [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 diff --git a/VERSION b/VERSION index f0f76fb..cbe06cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.3 \ No newline at end of file +4.4.4 diff --git a/lightstep/version.py b/lightstep/version.py index 5d813d0..3d89c4a 100644 --- a/lightstep/version.py +++ b/lightstep/version.py @@ -1 +1 @@ -LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.3" +LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.4" diff --git a/setup.py b/setup.py index 93bc1ae..dbadf6f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='lightstep', - version='4.4.3', + version='4.4.4', description='LightStep Python OpenTracing Implementation', long_description='', author='LightStep',