Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Apr 16, 2022
1 parent e1f3544 commit 16427b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ License
ChangeLog
---------

2.5.0 (Apr 16 2022)
+++++++++++++++++++

* Handle database disk errors (#72, Peter Mazarovich).
* Use Python's PriorityQueue to reduce memory consumption
(#73, Peter Mazarovich).


2.4.0 (Apr 04 2022)
+++++++++++++++++++

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.4.0'
__version__ = '2.5.0'

# When using an in-memory only cache, this persists the cache through
# thread failures, shutdowns, and restarts.
Expand Down
3 changes: 1 addition & 2 deletions 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.4.0'
VERSION = '2.5.0'

here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst'), 'rb') as f:
Expand All @@ -36,7 +36,6 @@
author_email='enrico.troeger@uvena.de',
url='https://github.com/eht16/python-logstash-async',
project_urls={
'Travis CI': 'https://travis-ci.org/eht16/python-logstash-async/',
'Source code': 'https://github.com/eht16/python-logstash-async/',
'Documentation': 'https://python-logstash-async.readthedocs.io/en/stable/',
},
Expand Down

0 comments on commit 16427b5

Please sign in to comment.