Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Gauvrit committed Sep 24, 2024
1 parent aa41659 commit af8dad2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changelog
=========

0.9.2 (2024-09-24)
-------------------
- Remove python2.7 support.
- Migrate packaging to poetry.

0.9.1 (2024-09-24)
-------------------
- Remove python2.6 support.
- Add trace_id and span_id in the python logging context.

0.8.4 (2021-07-21)
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tool.poetry]
name = "zk"
version = "0.9.1"
version = "0.9.2"
description = "zipkin"
authors = ["Gandi <[email protected]>"]
license = "Apache"
readme = "README.rst"
keywords = ["zipkin", "metrics", "trace"]
homepage = "https://github.com/Gandi/python-zipkin/"
packages = [{include = "zipkin"}]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down
2 changes: 1 addition & 1 deletion zipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

install_logger_factory()

__version__ = "0.9.1"
__version__ = "0.9.2"

__all__ = ["trace", "Trace", "get_current_trace", "stack_trace", "configure", "local"]

0 comments on commit af8dad2

Please sign in to comment.