From 28ec48707398450ffde8cb12fdf3ee910005de6e Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Thu, 21 Jan 2021 09:25:09 -0700 Subject: [PATCH] Rev to 0.6.0 --- ecs_logging/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs_logging/__init__.py b/ecs_logging/__init__.py index a1aef6e..15c0b9b 100644 --- a/ecs_logging/__init__.py +++ b/ecs_logging/__init__.py @@ -4,7 +4,7 @@ from ._stdlib import StdlibFormatter from ._structlog import StructlogFormatter -__version__ = "0.5.0" +__version__ = "0.6.0" __all__ = [ "ECS_VERSION", "StdlibFormatter",