File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PythonQwt Releases
2
2
3
+ ## Version 0.14.1
4
+
5
+ - Handled ` RuntimeError ` when running ` test_eventfilter.py ` on Ubuntu 22.04 (Python 3.12, PyQt5)
6
+ - Fixed ` ResourceWarning: unclosed file ` in ` test_cpudemo.py ` (purely test issue)
7
+ - Fixed segmentation fault in ` test_multidemo.py ` (purely test issue, related to test utility module ` qwt.tests.utils ` )
8
+ - Update GitHub actions to use the latest versions of actions/checkout, actions/setup-python, ...
9
+
3
10
## Version 0.14.0
4
11
5
12
- Dropped support for Python 3.8
Original file line number Diff line number Diff line change 55
55
from qwt .text import QwtText # noqa: F401
56
56
from qwt .toqimage import array_to_qimage as toQImage # noqa: F401
57
57
58
- __version__ = "0.14.0 "
58
+ __version__ = "0.14.1 "
59
59
QWT_VERSION_STR = "6.1.5"
60
60
61
61
You can’t perform that action at this time.
0 commit comments