Skip to content

Commit

Permalink
Bump version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Nov 7, 2024
1 parent 880a76b commit 35c9fc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PythonQwt Releases

## Version 0.14.1

- Handled `RuntimeError` when running `test_eventfilter.py` on Ubuntu 22.04 (Python 3.12, PyQt5)
- Fixed `ResourceWarning: unclosed file` in `test_cpudemo.py` (purely test issue)
- Fixed segmentation fault in `test_multidemo.py` (purely test issue, related to test utility module `qwt.tests.utils`)
- Update GitHub actions to use the latest versions of actions/checkout, actions/setup-python, ...

## Version 0.14.0

- Dropped support for Python 3.8
Expand Down
2 changes: 1 addition & 1 deletion qwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from qwt.text import QwtText # noqa: F401
from qwt.toqimage import array_to_qimage as toQImage # noqa: F401

__version__ = "0.14.0"
__version__ = "0.14.1"
QWT_VERSION_STR = "6.1.5"


Expand Down

0 comments on commit 35c9fc2

Please sign in to comment.