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.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Dec 14, 2017
1 parent 5b6f407 commit b85048f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
History
-------

3.7.1 (unreleased)
3.7.1 (2017-12-14)
------------------

- Nothing changed yet.
- Encode unicode baggage keys/values to UTF-8 (#109)


3.7.0 (2017-12-12)
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.7.1.dev0'
__version__ = '3.7.1'

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

0 comments on commit b85048f

Please sign in to comment.