Skip to content

Commit bdce799

Browse files
authored
Update CHANGELOG and rev to 2.0.2 (#95)
1 parent 442f199 commit bdce799

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 2.0.0 (2022-05-18)
49

510
- Remove python 2 support ([#78](https://github.com/elastic/ecs-logging-python/pull/78))

ecs_logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from ._stdlib import StdlibFormatter
2121
from ._structlog import StructlogFormatter
2222

23-
__version__ = "2.0.0"
23+
__version__ = "2.0.2"
2424
__all__ = [
2525
"ECS_VERSION",
2626
"StdlibFormatter",

0 commit comments

Comments
 (0)