We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e00eb commit ad11cc2Copy full SHA for ad11cc2
4 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
CHANGELOG.md
2
+
3
+<a name="4.4.5"></a>
4
+## [4.4.5](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.4...4.4.5)
5
+* Revert: Format tracebacks with cause
6
7
<a name="4.4.4"></a>
8
## [4.4.4](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.3...4.4.4)
9
* Format tracebacks with cause
VERSION
@@ -1 +1 @@
-4.4.4
+4.4.5
lightstep/version.py
-LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.4"
+LIGHTSTEP_PYTHON_TRACER_VERSION="4.4.5"
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',
0 commit comments