Skip to content

Commit f8f3422

Browse files
committed
Release 2.4.1
1 parent 7ccbc15 commit f8f3422

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# History of changes
22

3+
## Version 2.4.1 (2023-10-23)
4+
5+
### Issues Closed
6+
7+
* [Issue 462](https://github.com/spyder-ide/qtpy/issues/462) - Release QtPy 2.4.1
8+
* [Issue 458](https://github.com/spyder-ide/qtpy/issues/458) - Typo causes failed QWebEngineScript with PySide6
9+
10+
In this release 2 issues were closed.
11+
12+
### Pull Requests Merged
13+
14+
* [PR 459](https://github.com/spyder-ide/qtpy/pull/459) - [pre-commit.ci] pre-commit autoupdate, by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)
15+
* [PR 456](https://github.com/spyder-ide/qtpy/pull/456) - [pre-commit.ci] pre-commit autoupdate, by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)
16+
* [PR 455](https://github.com/spyder-ide/qtpy/pull/455) - PR: Fix bug when importing from `PySide6.QtWebEngineCore/QtWebEngineWidgets` (`QWebEngineScrip` vs `QWebEngineScript`) , by [@damonlynch](https://github.com/damonlynch)
17+
18+
In this release 3 pull requests were closed.
19+
20+
21+
----
22+
23+
324
## Version 2.4.0 (2023-08-29)
425

526
### Issues Closed

qtpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from packaging.version import parse
6464

6565
# Version of QtPy
66-
__version__ = "2.5.0.dev0"
66+
__version__ = "2.4.1"
6767

6868

6969
class PythonQtError(RuntimeError):

0 commit comments

Comments
 (0)