Skip to content

Commit 35c9fc2

Browse files
committed
Bump version to 0.14.1
1 parent 880a76b commit 35c9fc2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

qwt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
from qwt.text import QwtText # noqa: F401
5656
from qwt.toqimage import array_to_qimage as toQImage # noqa: F401
5757

58-
__version__ = "0.14.0"
58+
__version__ = "0.14.1"
5959
QWT_VERSION_STR = "6.1.5"
6060

6161

0 commit comments

Comments
 (0)