We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69486bd commit e8bc335Copy full SHA for e8bc335
docs/about.rst
@@ -52,6 +52,12 @@ ChangeLog
52
---------
53
54
55
+1.1.1 (Apr 05, 2017)
56
+++++++++++++++++++++
57
+
58
+ * Improve handling on locked Sqlite database on high event load
59
60
61
1.1.0 (Dec 31, 2016)
62
++++++++++++++++++++
63
logstash_async/__init__.py
@@ -3,4 +3,4 @@
3
# This software may be modified and distributed under the terms
4
# of the MIT license. See the LICENSE file for details.
5
6
-__version__ = '1.1.0'
+__version__ = '1.1.1'
setup.py
@@ -6,7 +6,7 @@
import sys
7
8
NAME = 'python-logstash-async'
9
-VERSION = '1.1.0'
+VERSION = '1.1.1'
10
11
here = path.abspath(path.dirname(__file__))
12
with open(path.join(here, 'README.rst')) as f:
0 commit comments