File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ http://logstash.net/
66
77Changelog
88=========
9+ 0.4.6
10+ - Updated field names to match java counterparts supported by logstash crew
9110.4.5
1012 - Allow passing exchange's routing key to AMQP handler
11130.4.4
@@ -139,11 +141,3 @@ Example Logstash Configuration (``logstash.conf``) for Receiving Events from pyt
139141 codec => rubydebug
140142 }
141143 }
142-
143- Contributors
144- ------------
145- - Volodymyr Klochan
146- - Kiall Mac Innes
147- - Alexander Boyd
148- - joel-wright
149- - Dale O'Brien
Original file line number Diff line number Diff line change 22setup (
33 name = 'python-logstash' ,
44 packages = ['logstash' ],
5- version = '0.4.5 ' ,
5+ version = '0.4.6 ' ,
66 description = 'Python logging handler for Logstash.' ,
77 long_description = open ('README.rst' ).read (),
88 author = 'Volodymyr Klochan' ,
You can’t perform that action at this time.
0 commit comments