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',