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

Commit 98ece72

Browse files
authored
Preparing for release 3.4.0 (#37)
1 parent 1b7c5b1 commit 98ece72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

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

6-
3.3.2 (unreleased)
6+
3.4.0 (2017-03-20)
77
------------------
88

9+
- Add adaptive sampler
910
- Allow overriding one-span-per-rpc behavior
1011
- Allow overriding codecs in tracer initialization
1112

jaeger_client/__init__.py

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

30-
__version__ = '3.3.2.dev0'
30+
__version__ = '3.4.0'
3131

3232
from .tracer import Tracer # noqa
3333
from .config import Config # noqa

0 commit comments

Comments
 (0)