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

Commit

Permalink
Preparing for release 3.4.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-adder authored Mar 20, 2017
1 parent 1b7c5b1 commit 98ece72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
History
-------

3.3.2 (unreleased)
3.4.0 (2017-03-20)
------------------

- Add adaptive sampler
- Allow overriding one-span-per-rpc behavior
- Allow overriding codecs in tracer initialization

Expand Down
2 changes: 1 addition & 1 deletion jaeger_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import jaeger_client.thrift_gen as modpath
sys.path.append(modpath.__path__[0])

__version__ = '3.3.2.dev0'
__version__ = '3.4.0'

from .tracer import Tracer # noqa
from .config import Config # noqa
Expand Down

0 comments on commit 98ece72

Please sign in to comment.