Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Dec 31, 2016
1 parent 1ae46e7 commit ef682aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ ChangeLog
---------


1.1.0 (Dec 31, 2016)
++++++++++++++++++++

* Add documentation (built by Sphinx, hosted at readthedocs.org)
* Fix installing of "six" dependency on package install


1.0.1 (Nov 26, 2016)
++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion logstash_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This software may be modified and distributed under the terms
# of the MIT license. See the LICENSE file for details.

__version__ = '1.0.0'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys

NAME = 'python-logstash-async'
VERSION = '1.0.0'
VERSION = '1.1.0'

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

0 comments on commit ef682aa

Please sign in to comment.