Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 6712e20

Browse files
oschulzSamgkreuzer
authored andcommitted
increased version
1 parent 3b3fc89 commit 6712e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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__ = '2.1.1'
6+
__version__ = '2.3.0'
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 = '2.2.0'
12+
VERSION = '2.3.0'
1313

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

0 commit comments

Comments
 (0)