Skip to content

Commit 265ab76

Browse files
committed
Preparing release 4.6.0
1 parent 2b2ff02 commit 265ab76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

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

6-
4.5.1 (unreleased)
6+
4.6.0 (2021-07-16)
77
------------------
88

9-
- Nothing changed yet.
9+
- Specify minimal required python version (#314) -- ethframe
10+
- Add package prefix to imports in generated code (#313) -- ethframe
1011

1112

1213
4.5.0 (2021-05-16)

jaeger_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = '4.5.1.dev0'
17+
__version__ = '4.6.0'
1818

1919
from .tracer import Tracer # noqa
2020
from .config import Config # noqa

0 commit comments

Comments
 (0)