Skip to content

Commit 4f9e650

Browse files
committed
Version bump
1 parent 4f95356 commit 4f9e650

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/about.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@ License
5151
ChangeLog
5252
---------
5353

54-
1.5.0 (Jan 05 2018)
54+
1.5.1 (Jul 03 2019)
55+
+++++++++++++++++++
56+
57+
* Fix broken transport instantiation if callable is used (#42)
58+
* Fix tcp input codec in documentation
59+
60+
61+
1.5.0 (Jan 05 2019)
5562
+++++++++++++++++++
5663

5764
* Add new constant QUEUED_EVENTS_BATCH_SIZE to limit events sent once

logstash_async/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This software may be modified and distributed under the terms
44
# of the MIT license. See the LICENSE file for details.
55

6-
__version__ = '1.5.0'
6+
__version__ = '1.5.1'
77

88
# When using an in-memory only cache, this persists the cache through
99
# thread failures, shutdowns, and restarts.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010

1111
NAME = 'python-logstash-async'
12-
VERSION = '1.5.0'
12+
VERSION = '1.5.1'
1313

1414
here = path.abspath(path.dirname(__file__))
1515
with open(path.join(here, 'README.rst'), 'rb') as f:

0 commit comments

Comments
 (0)