We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 702015b + 1a0df0e commit d11a943Copy full SHA for d11a943
4 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
CHANGELOG.md
2
3
+<a name="4.4.6"></a>
4
+## [4.4.6](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.5...4.4.6)
5
+* Format tracebacks with cause
6
+
7
<a name="4.4.5"></a>
8
## [4.4.5](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.4...4.4.5)
9
* Revert: Format tracebacks with cause
VERSION
@@ -1 +1 @@
-4.4.5
+4.4.6
lightstep/version.py
-LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.5"
+LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.6"
setup.py
@@ -2,7 +2,7 @@
setup(
name='lightstep',
- version='4.4.5',
+ version='4.4.6',
description='LightStep Python OpenTracing Implementation',
long_description='',
author='LightStep',
0 commit comments