We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2ff02 commit 265ab76Copy full SHA for 265ab76
CHANGELOG.rst
@@ -3,10 +3,11 @@
3
History
4
-------
5
6
-4.5.1 (unreleased)
+4.6.0 (2021-07-16)
7
------------------
8
9
-- Nothing changed yet.
+- Specify minimal required python version (#314) -- ethframe
10
+- Add package prefix to imports in generated code (#313) -- ethframe
11
12
13
4.5.0 (2021-05-16)
jaeger_client/__init__.py
@@ -14,7 +14,7 @@
14
15
from __future__ import absolute_import
16
17
-__version__ = '4.5.1.dev0'
+__version__ = '4.6.0'
18
19
from .tracer import Tracer # noqa
20
from .config import Config # noqa
0 commit comments