We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae46e7 commit ef682aaCopy full SHA for ef682aa
3 files changed
docs/about.rst
@@ -52,6 +52,13 @@ ChangeLog
52
---------
53
54
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
62
1.0.1 (Nov 26, 2016)
63
++++++++++++++++++++
64
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.0.0'
+__version__ = '1.1.0'
setup.py
@@ -6,7 +6,7 @@
import sys
7
8
NAME = 'python-logstash-async'
9
-VERSION = '1.0.0'
+VERSION = '1.1.0'
10
11
here = path.abspath(path.dirname(__file__))
12
with open(path.join(here, 'README.rst')) as f:
0 commit comments