Skip to content

Commit 2b25c93

Browse files
committed
Version bump
1 parent 73ac688 commit 2b25c93

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
@@ -52,6 +52,16 @@ ChangeLog
5252
---------
5353

5454

55+
1.2.0 (May 06, 2017)
56+
++++++++++++++++++++
57+
58+
* Require path setting to the Sqlite database
59+
(the previous default value ":memory:" doesn't help, see #5)
60+
* Fix a Python3 incompatibility (#3)
61+
* Fix a Django 1.8 / local Django development server
62+
incompatibility (3)
63+
64+
5565
1.1.1 (Apr 05, 2017)
5666
++++++++++++++++++++
5767

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.1'
6+
__version__ = '1.2.0'

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.1'
9+
VERSION = '1.2.0'
1010

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

0 commit comments

Comments
 (0)