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

Commit 19e7742

Browse files
authored
Back to development: 3.5.1 (#65)
1 parent 3c74cc8 commit 19e7742

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
3.5.1 (unreleased)
7+
------------------
8+
9+
- Nothing changed yet.
10+
11+
612
3.5.0 (2017-07-10)
713
------------------
814

jaeger_client/__init__.py

+1-1
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.5.0'
30+
__version__ = '3.5.1.dev0'
3131

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

0 commit comments

Comments
 (0)