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

Commit 7ec617b

Browse files
committed
Preparing release 4.5.0
1 parent 91694d3 commit 7ec617b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.rst

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

6-
4.4.1 (unreleased)
6+
4.5.0 (2021-05-16)
77
------------------
88

9-
- Nothing changed yet.
9+
- Remove six usage (#310) -- @cedy
10+
- Unpin test dependencies (#308) -- @yurishkuro
11+
- Implement Binary codec (#304) -- @cedy
12+
- Remove Python2 support from code and CI (#307) -- @cedy
1013

1114

1215
4.4.0 (2021-01-07)

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__ = '4.4.1.dev0'
24+
__version__ = '4.5.0'
2525

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

0 commit comments

Comments
 (0)