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

Commit

Permalink
Preparing release 3.10.0 (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Won Jun Jang <[email protected]>
  • Loading branch information
black-adder authored and yurishkuro committed May 9, 2018
1 parent 688c471 commit 6338ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
History
-------

3.9.1 (unreleased)
3.10.0 (2018-05-09)
------------------

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


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

__version__ = '3.9.1.dev0'
__version__ = '3.10.0'

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

0 comments on commit 6338ea3

Please sign in to comment.