We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb23d78 commit 6ad7e58Copy full SHA for 6ad7e58
docs/conf.py
@@ -13,7 +13,7 @@
13
copyright = '{0} Phil Thompson <phil@riverbankcomputing.com>'.format(
14
date.today().year)
15
author = 'Phil Thompson'
16
-version = 'v1.19.0'
+version = 'v1.19.1'
17
18
19
# -- General configuration ---------------------------------------------------
docs/releases.md
@@ -1,5 +1,13 @@
1
# Release Notes
2
3
+## v1.19.1
4
+
5
+### Bundled MSVC runtime DLLs
6
7
+- The MSVC DLLs bundled by `pyqt-bundle` and `pyqt-qt-wheel` have been updated.
8
+- The MSVC DLLs now include those for Windows on ARM.
9
10
11
## v1.19.0
12
### Support for Qt v6.10
0 commit comments