We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dfd03 commit e11b6baCopy full SHA for e11b6ba
README.rst
@@ -6,6 +6,9 @@ http://logstash.net/
6
7
Changelog
8
=========
9
+0.4.4
10
+ - Fixed urllib import python3 compatibility.
11
+ - Added long type to easy_types.
12
0.4.3
13
- Added AMQP handler.
14
0.4.2
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name='python-logstash',
4
packages=['logstash'],
5
- version='0.4.3-1',
+ version='0.4.4',
description='Python logging handler for Logstash.',
long_description=open('README.rst').read(),
author='Volodymyr Klochan',
0 commit comments