File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# PythonQwt Releases
22
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+
310## Version 0.14.0
411
512- Dropped support for Python 3.8
Original file line number Diff line number Diff line change 5555from qwt .text import QwtText # noqa: F401
5656from qwt .toqimage import array_to_qimage as toQImage # noqa: F401
5757
58- __version__ = "0.14.0 "
58+ __version__ = "0.14.1 "
5959QWT_VERSION_STR = "6.1.5"
6060
6161
You can’t perform that action at this time.
0 commit comments