From ad11cc2ddc3fb8247574c4f0507983b61c46ad33 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Fri, 28 Aug 2020 08:21:47 -0700 Subject: [PATCH] release: 4.4.5 --- 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 2696ae8..97d4319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ CHANGELOG.md + + +## [4.4.5](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.4...4.4.5) +* Revert: Format tracebacks with cause + ## [4.4.4](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.3...4.4.4) * Format tracebacks with cause diff --git a/VERSION b/VERSION index cbe06cd..fa1ba04 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.4 +4.4.5 diff --git a/lightstep/version.py b/lightstep/version.py index 3d89c4a..14af0cf 100644 --- a/lightstep/version.py +++ b/lightstep/version.py @@ -1 +1 @@ -LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.4" +LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.5" diff --git a/setup.py b/setup.py index dbadf6f..9031bb4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='lightstep', - version='4.4.4', + version='4.4.5', description='LightStep Python OpenTracing Implementation', long_description='', author='LightStep',