Skip to content

Commit ec43f0e

Browse files
committed
Version bump
1 parent 1e68c4f commit ec43f0e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/about.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ License
9292
ChangeLog
9393
---------
9494

95+
1.6.5 (Jun 06 2020)
96+
+++++++++++++++++++
97+
98+
* Add "@metadata" to the generated event in Formatter, useful for
99+
common beats input configuration in Logstash
100+
(#49, Sudheer Satyanarayana).
101+
* Don't convert text to bytes in Formatter
102+
(fix #45) (#46, Sergey Trofimov).
103+
104+
95105
1.6.4 (Jan 23 2020)
96106
+++++++++++++++++++
97107

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.6.4'
6+
__version__ = '1.6.5'
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.6.4'
12+
VERSION = '1.6.5'
1313

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

0 commit comments

Comments
 (0)