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.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro committed Jan 7, 2021
1 parent 62782db commit 72a1dd1
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.4.1 (unreleased)
------------------

- Nothing changed yet.


4.4.0 (2021-01-07)
------------------

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.4.0'
__version__ = '4.4.1.dev0'

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

0 comments on commit 72a1dd1

Please sign in to comment.