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

Commit

Permalink
Preparing release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro committed Jul 16, 2021
1 parent 2b2ff02 commit 265ab76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
History
-------

4.5.1 (unreleased)
4.6.0 (2021-07-16)
------------------

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


4.5.0 (2021-05-16)
Expand Down
2 changes: 1 addition & 1 deletion jaeger_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import absolute_import

__version__ = '4.5.1.dev0'
__version__ = '4.6.0'

from .tracer import Tracer # noqa
from .config import Config # noqa
Expand Down

0 comments on commit 265ab76

Please sign in to comment.