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.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro committed Sep 10, 2021
1 parent ba85203 commit f316b11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
History
-------

4.6.2 (unreleased)
4.7.0 (2021-09-10)
------------------

- Nothing changed yet.
- Add type hints to public APIs (#319) -- kasium
- Update prometheus_client to 0.11.0 (#327) -- kasium
- Update python versions to 3.7+ (#325) -- kasium
- Allow manually configured Sampler in Jaeger Config (#324) -- CARRIERE Etienne


4.6.1 (2021-08-29)
Expand Down
2 changes: 1 addition & 1 deletion jaeger_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


__version__ = '4.6.2.dev0'
__version__ = '4.7.0'

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

0 comments on commit f316b11

Please sign in to comment.