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

Commit 9457a9b

Browse files
author
Yuri Shkuro
committed
Preparing release 3.6.1
1 parent f4f056b commit 9457a9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

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

6-
3.6.1 (unreleased)
6+
3.6.1 (2017-09-26)
77
------------------
88

9-
- Nothing changed yet.
9+
- Fix bug when creating tracer with tags. (#80)
1010

1111

1212
3.6.0 (2017-09-26)

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.6.1.dev0'
30+
__version__ = '3.6.1'
3131

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

0 commit comments

Comments
 (0)