Skip to content

Commit ef682aa

Browse files
committed
Version bump
1 parent 1ae46e7 commit ef682aa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/about.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5562
1.0.1 (Nov 26, 2016)
5663
++++++++++++++++++++
5764

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.0.0'
6+
__version__ = '1.1.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.0.0'
9+
VERSION = '1.1.0'
1010

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

0 commit comments

Comments
 (0)