Skip to content

Commit

Permalink
Updating Version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Dec 5, 2019
1 parent 000bce9 commit 0c16850
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
CHANGELOG.md
<a name="4.4.0"></a>
## [4.3.0](https://github.com/lightstep/lightstep-tracer-python/compare/4.3.0...4.4.0)
* Add support for B3 headers
* Truncate trace_id for specific LightStep requirements

<a name="4.3.0"></a>
## [4.2.1](https://github.com/lightstep/lightstep-tracer-python/compare/4.2.1...4.3.0)
* Add support for B3 headers
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0
4.4.0
2 changes: 1 addition & 1 deletion lightstep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LIGHTSTEP_PYTHON_TRACER_VERSION = "4.3.0"
LIGHTSTEP_PYTHON_TRACER_VERSION = "4.4.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='lightstep',
version='4.3.0',
version='4.4.0',
description='LightStep Python OpenTracing Implementation',
long_description='',
author='LightStep',
Expand Down

0 comments on commit 0c16850

Please sign in to comment.