Skip to content

Commit e8bc335

Browse files
committed
Version bump
1 parent 69486bd commit e8bc335

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/about.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ ChangeLog
5252
---------
5353

5454

55+
1.1.1 (Apr 05, 2017)
56+
++++++++++++++++++++
57+
58+
* Improve handling on locked Sqlite database on high event load
59+
60+
5561
1.1.0 (Dec 31, 2016)
5662
++++++++++++++++++++
5763

logstash_async/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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.1.0'
6+
__version__ = '1.1.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77

88
NAME = 'python-logstash-async'
9-
VERSION = '1.1.0'
9+
VERSION = '1.1.1'
1010

1111
here = path.abspath(path.dirname(__file__))
1212
with open(path.join(here, 'README.rst')) as f:

0 commit comments

Comments
 (0)