Skip to content

Commit b6bbc11

Browse files
committed
Updating Version to 4.3.0
1 parent 398ef68 commit b6bbc11

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
CHANGELOG.md
2+
<a name="4.3.0"></a>
3+
## [4.2.1](https://github.com/lightstep/lightstep-tracer-python/compare/4.2.1...4.3.0)
4+
* Add support for B3 headers
5+
26
<a name="4.2.1"></a>
37
## [4.2.0](https://github.com/lightstep/lightstep-tracer-python/compare/4.2.0...4.2.1)
48
* Properly format OpenTracing error logs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.1
1+
4.3.0

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.2.1"
1+
LIGHTSTEP_PYTHON_TRACER_VERSION = "4.3.0"

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.2.1',
5+
version='4.3.0',
66
description='LightStep Python OpenTracing Implementation',
77
long_description='',
88
author='LightStep',

0 commit comments

Comments
 (0)