Skip to content

Commit a795733

Browse files
authored
Merge pull request #99 from vklochan/version-change
Object of type 'datetime' is not JSON serializable - DEV
2 parents 570381b + 5d8ec9e commit a795733

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ http://logstash.net/
66

77
Changelog
88
=========
9+
0.4.8
10+
- Fixed Python 3 issues with JSON serialization.
911
0.4.7
1012
- Add couple of sensitive fields to the skip_list
1113
0.4.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name='python-logstash',
44
packages=['logstash'],
5-
version='0.4.7',
5+
version='0.4.8',
66
description='Python logging handler for Logstash.',
77
long_description=open('README.rst').read(),
88
license='MIT',

0 commit comments

Comments
 (0)