Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Jun 6, 2020
1 parent 1e68c4f commit ec43f0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ License
ChangeLog
---------

1.6.5 (Jun 06 2020)
+++++++++++++++++++

* Add "@metadata" to the generated event in Formatter, useful for
common beats input configuration in Logstash
(#49, Sudheer Satyanarayana).
* Don't convert text to bytes in Formatter
(fix #45) (#46, Sergey Trofimov).


1.6.4 (Jan 23 2020)
+++++++++++++++++++

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.6.4'
__version__ = '1.6.5'

# 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.6.4'
VERSION = '1.6.5'

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

0 comments on commit ec43f0e

Please sign in to comment.