Skip to content

Commit 8ea863b

Browse files
committed
Version bump
1 parent 520ee68 commit 8ea863b

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
@@ -94,6 +94,13 @@ License
9494
ChangeLog
9595
---------
9696

97+
4.0.1 (Jan 27 2025)
98+
+++++++++++++++++++
99+
100+
* Properly require Python >= 3.11.
101+
The previous release had a wrong requirement set unfortunately.
102+
103+
97104
4.0.0 (Jan 26 2025)
98105
+++++++++++++++++++
99106

logstash_async/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This software may be modified and distributed under the terms
22
# of the MIT license. See the LICENSE file for details.
33

4-
__version__ = '4.0.0'
4+
__version__ = '4.0.1'
55

66
# When using an in-memory only cache, this persists the cache through
77
# thread failures, shutdowns, and restarts.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
NAME = 'python-logstash-async'
12-
VERSION = '4.0.0'
12+
VERSION = '4.0.1'
1313

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

0 commit comments

Comments
 (0)