Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Jul 3, 2019
1 parent 4f95356 commit 4f9e650
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ License
ChangeLog
---------

1.5.0 (Jan 05 2018)
1.5.1 (Jul 03 2019)
+++++++++++++++++++

* Fix broken transport instantiation if callable is used (#42)
* Fix tcp input codec in documentation


1.5.0 (Jan 05 2019)
+++++++++++++++++++

* Add new constant QUEUED_EVENTS_BATCH_SIZE to limit events sent once
Expand Down
2 changes: 1 addition & 1 deletion logstash_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This software may be modified and distributed under the terms
# of the MIT license. See the LICENSE file for details.

__version__ = '1.5.0'
__version__ = '1.5.1'

# When using an in-memory only cache, this persists the cache through
# thread failures, shutdowns, and restarts.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys

NAME = 'python-logstash-async'
VERSION = '1.5.0'
VERSION = '1.5.1'

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

0 comments on commit 4f9e650

Please sign in to comment.