Skip to content

Commit 764eae9

Browse files
author
alrex
authored
release:prepare 4.4.7 release (#107)
1 parent 9f62e2a commit 764eae9

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,5 +1,9 @@
11
CHANGELOG.md
22

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+
37
<a name="4.4.6"></a>
48
## [4.4.6](https://github.com/lightstep/lightstep-tracer-python/compare/4.4.5...4.4.6)
59
* Format tracebacks with cause

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Once all the changes for a release have been merged to master, ensure the following:
44

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`
66
- [ ] tests are passing
77
- [ ] user facing documentation has been updated
88

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.6
1+
4.4.7

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

0 commit comments

Comments
 (0)