We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442f199 commit bdce799Copy full SHA for bdce799
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.0.2 (2023-05-17)
4
+
5
+- Allow flit-core 3+ ([#94](https://github.com/elastic/ecs-logging-python/pull/94))
6
+- Remove python2 leftovers ([#94](https://github.com/elastic/ecs-logging-python/pull/94))
7
8
## 2.0.0 (2022-05-18)
9
10
- Remove python 2 support ([#78](https://github.com/elastic/ecs-logging-python/pull/78))
ecs_logging/__init__.py
@@ -20,7 +20,7 @@
20
from ._stdlib import StdlibFormatter
21
from ._structlog import StructlogFormatter
22
23
-__version__ = "2.0.0"
+__version__ = "2.0.2"
24
__all__ = [
25
"ECS_VERSION",
26
"StdlibFormatter",
0 commit comments