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

Commit

Permalink
Back to development: 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro committed May 17, 2021
1 parent 7ec617b commit 68ba51d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

4.5.1 (unreleased)
------------------

- Nothing changed yet.


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 @@ -21,7 +21,7 @@
import jaeger_client.thrift_gen as modpath
sys.path.append(modpath.__path__[0])

__version__ = '4.5.0'
__version__ = '4.5.1.dev0'

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

0 comments on commit 68ba51d

Please sign in to comment.