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

Commit ad13f11

Browse files
author
Yuri Shkuro
committed
Back to development: 3.9.1
1 parent 9b388c9 commit ad13f11

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

6+
3.9.1 (unreleased)
7+
------------------
8+
9+
- Nothing changed yet.
10+
11+
612
3.9.0 (2018-04-20)
713
------------------
814

jaeger_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import jaeger_client.thrift_gen as modpath
2222
sys.path.append(modpath.__path__[0])
2323

24-
__version__ = '3.9.0'
24+
__version__ = '3.9.1.dev0'
2525

2626
from .tracer import Tracer # noqa
2727
from .config import Config # noqa

0 commit comments

Comments
 (0)