File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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+
55651.1.1 (Apr 05, 2017)
5666++++++++++++++++++++
5767
Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 66import sys
77
88NAME = 'python-logstash-async'
9- VERSION = '1.1.1 '
9+ VERSION = '1.2.0 '
1010
1111here = path .abspath (path .dirname (__file__ ))
1212with open (path .join (here , 'README.rst' )) as f :
You can’t perform that action at this time.
0 commit comments