Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 62782db

Browse files
committed
Preparing release 4.4.0
1 parent d83b7b1 commit 62782db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
History
44
-------
55

6-
4.3.1 (unreleased)
6+
4.4.0 (2021-01-07)
77
------------------
88

9-
- Nothing changed yet.
9+
- Ensure Tracer.close() properly flushes finished but unsent spans (#294) -- obataku
10+
- Use logger.warning() instead of deprecated warn() (#285) -- Tim Saylor
1011

1112

1213
4.3.0 (2020-01-14)

jaeger_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import jaeger_client.thrift_gen as modpath
2222
sys.path.append(modpath.__path__[0])
2323

24-
__version__ = '4.3.1.dev0'
24+
__version__ = '4.4.0'
2525

2626
from .tracer import Tracer # noqa
2727
from .config import Config # noqa

0 commit comments

Comments
 (0)