Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Nov 2, 2020
1 parent 1f03566 commit cfcc694
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,19 @@ License
ChangeLog
---------

2.1.0 (Nov 02 2020)
+++++++++++++++++++

* Remove "six" dependency.
* Add "HTTP Input" transport (#56, Jürgen Löhel).
* Skip logging stacktraces for common network errors
(#55, #56, Walter Macomber).
* Extend FORMATTER_RECORD_FIELD_SKIP_LIST to filter
all record fields (#52).
* Docs: Fix error in logging.config.fileConfig code example
(#54, Guy).


2.0.0 (Aug 16 2020)
+++++++++++++++++++

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,7 +3,7 @@
# This software may be modified and distributed under the terms
# of the MIT license. See the LICENSE file for details.

__version__ = '2.0.0'
__version__ = '2.1.0'

# When using an in-memory only cache, this persists the cache through
# thread failures, shutdowns, and restarts.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys

NAME = 'python-logstash-async'
VERSION = '2.0.0'
VERSION = '2.1.0'

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

0 comments on commit cfcc694

Please sign in to comment.