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.5.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-adder authored Jul 10, 2017
1 parent 8d94fa8 commit 3c74cc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
History
-------

3.4.1 (unreleased)
3.5.0 (2017-07-10)
------------------

- Nothing changed yet.
- Add metrics factory and allow tags for metrics [#45]
- Save baggage in span [#54]
- Allow to override hostname for jaeger agent [#51]


3.4.0 (2017-03-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 @@ -27,7 +27,7 @@
import jaeger_client.thrift_gen as modpath
sys.path.append(modpath.__path__[0])

__version__ = '3.4.1.dev0'
__version__ = '3.5.0'

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

0 comments on commit 3c74cc8

Please sign in to comment.