Skip to content

Commit a7c5dd2

Browse files
author
Vladimir Klochan
committed
Increased version number
1 parent 14bcecc commit a7c5dd2

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.rst

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

77
Changelog
88
=========
9+
0.4.6
10+
- Updated field names to match java counterparts supported by logstash crew
911
0.4.5
1012
- Allow passing exchange's routing key to AMQP handler
1113
0.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

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.5',
5+
version='0.4.6',
66
description='Python logging handler for Logstash.',
77
long_description=open('README.rst').read(),
88
author='Volodymyr Klochan',

0 commit comments

Comments
 (0)