From 5d8ec9e7a7ae05d38ad69ddfda0ecfb52dc65b2c Mon Sep 17 00:00:00 2001 From: Alex Zarnitsa Date: Mon, 28 Mar 2022 15:55:07 -0400 Subject: [PATCH] Object of type 'datetime' is not JSON serializable - DEV --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aec1c3a..9b19ed9 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ http://logstash.net/ Changelog ========= +0.4.8 + - Fixed Python 3 issues with JSON serialization. 0.4.7 - Add couple of sensitive fields to the skip_list 0.4.6 diff --git a/setup.py b/setup.py index 3329e91..a7be6bf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-logstash', packages=['logstash'], - version='0.4.7', + version='0.4.8', description='Python logging handler for Logstash.', long_description=open('README.rst').read(), license='MIT',