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

Commit 72a1dd1

Browse files
committed
Back to development: 4.4.1
1 parent 62782db commit 72a1dd1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
4.4.1 (unreleased)
7+
------------------
8+
9+
- Nothing changed yet.
10+
11+
612
4.4.0 (2021-01-07)
713
------------------
814

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.4.0'
24+
__version__ = '4.4.1.dev0'
2525

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

0 commit comments

Comments
 (0)