Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Gauvrit committed Sep 25, 2024
1 parent 214d3cc commit 537c673
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.9.3 (2024-09-25)
-------------------
- Don't update the log factory, user must install it manually.

0.9.2 (2024-09-24)
-------------------
- Remove python2.7 support.
Expand Down Expand Up @@ -46,7 +50,7 @@ Changelog
-------------------

- Make the scribe async/sync socket configurable
- Add a middleware/setting for Django to track only slow query
- Add a middleware/setting for Django to track only slow query

0.7.1 (2021-06-22)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zk"
version = "0.9.2"
version = "0.9.3"
description = "zipkin"
authors = ["Gandi <[email protected]>"]
license = "Apache"
Expand Down
2 changes: 1 addition & 1 deletion zipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .thread import local # XXX remove me from here


__version__ = "0.9.2"
__version__ = "0.9.3"

__all__ = [
"Trace",
Expand Down

0 comments on commit 537c673

Please sign in to comment.