We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880a76b commit 35c9fc2Copy full SHA for 35c9fc2
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# PythonQwt Releases
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
10
## Version 0.14.0
11
12
- Dropped support for Python 3.8
qwt/__init__.py
@@ -55,7 +55,7 @@
55
from qwt.text import QwtText # noqa: F401
56
from qwt.toqimage import array_to_qimage as toQImage # noqa: F401
57
58
-__version__ = "0.14.0"
+__version__ = "0.14.1"
59
QWT_VERSION_STR = "6.1.5"
60
61
0 commit comments