File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG.md
2
2
3
+ <a name =" 4.4.7 " ></a >
4
+ ## [ 4.4.7] ( https://github.com/lightstep/lightstep-tracer-python/compare/4.4.6...4.4.7 )
5
+ * Cast all carrier values to string (#106 )
6
+
3
7
<a name =" 4.4.6 " ></a >
4
8
## [ 4.4.6] ( https://github.com/lightstep/lightstep-tracer-python/compare/4.4.5...4.4.6 )
5
9
* Format tracebacks with cause
Original file line number Diff line number Diff line change 2
2
3
3
Once all the changes for a release have been merged to master, ensure the following:
4
4
5
- - [ ] version has been updated in ` VERSION ` , ` lightstep/version.py ` and ` setup.cfg `
5
+ - [ ] version has been updated in ` VERSION ` , ` lightstep/version.py ` and ` setup.py `
6
6
- [ ] tests are passing
7
7
- [ ] user facing documentation has been updated
8
8
Original file line number Diff line number Diff line change 1
- 4.4.6
1
+ 4.4.7
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'lightstep' ,
5
- version = '4.4.6 ' ,
5
+ version = '4.4.7 ' ,
6
6
description = 'LightStep Python OpenTracing Implementation' ,
7
7
long_description = '' ,
8
8
author = 'LightStep' ,
You can’t perform that action at this time.
0 commit comments