Skip to content

Commit e11b6ba

Browse files
author
Vladimir Klochan
committed
Updated readme and version info
1 parent a8dfd03 commit e11b6ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

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

77
Changelog
88
=========
9+
0.4.4
10+
- Fixed urllib import python3 compatibility.
11+
- Added long type to easy_types.
912
0.4.3
1013
- Added AMQP handler.
1114
0.4.2

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

0 commit comments

Comments
 (0)