File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ ChangeLog
5252---------
5353
5454
55+ 1.1.0 (Dec 31, 2016)
56+ ++++++++++++++++++++
57+
58+ * Add documentation (built by Sphinx, hosted at readthedocs.org)
59+ * Fix installing of "six" dependency on package install
60+
61+
55621.0.1 (Nov 26, 2016)
5663++++++++++++++++++++
5764
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.0 .0'
6+ __version__ = '1.1 .0'
Original file line number Diff line number Diff line change 66import sys
77
88NAME = 'python-logstash-async'
9- VERSION = '1.0 .0'
9+ VERSION = '1.1 .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