File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,13 @@ License
94
94
ChangeLog
95
95
---------
96
96
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
+
97
104
4.0.0 (Jan 26 2025)
98
105
+++++++++++++++++++
99
106
Original file line number Diff line number Diff line change 1
1
# This software may be modified and distributed under the terms
2
2
# of the MIT license. See the LICENSE file for details.
3
3
4
- __version__ = '4.0.0 '
4
+ __version__ = '4.0.1 '
5
5
6
6
# When using an in-memory only cache, this persists the cache through
7
7
# thread failures, shutdowns, and restarts.
Original file line number Diff line number Diff line change 9
9
10
10
11
11
NAME = 'python-logstash-async'
12
- VERSION = '4.0.0 '
12
+ VERSION = '4.0.1 '
13
13
14
14
here = path .abspath (path .dirname (__file__ ))
15
15
with open (path .join (here , 'README.rst' ), 'rb' ) as f :
You can’t perform that action at this time.
0 commit comments