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

Commit 6338ea3

Browse files
black-adderyurishkuro
authored andcommitted
Preparing release 3.10.0 (#173)
Signed-off-by: Won Jun Jang <[email protected]>
1 parent 688c471 commit 6338ea3

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-
3.9.1 (unreleased)
6+
3.10.0 (2018-05-09)
77
------------------
88

9-
- Nothing changed yet.
9+
- Allow specifying hostname and ip via tags (#167) <Jeff Schroeder>
10+
- Use String strategyType instead of int (#172)
1011

1112

1213
3.9.0 (2018-04-20)

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__ = '3.9.1.dev0'
24+
__version__ = '3.10.0'
2525

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

0 commit comments

Comments
 (0)