File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1313copyright = '{0} Phil Thompson <phil@riverbankcomputing.com>' .format (
1414 date .today ().year )
1515author = 'Phil Thompson'
16- version = 'v1.16.2 '
16+ version = 'v1.16.3 '
1717
1818
1919# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11# Release Notes
22
33
4+ ## v1.16.3
5+
6+ ### Link to the stable SIP documentation
7+
8+ The documentation now links to the stable version of the SIP documentation.
9+
10+ Resolves [ #11 ] ( https://github.com/Python-PyQt/PyQt-builder/issues/11 )
11+
12+ ### Missing multimedia libraries in Qt v6.7
13+
14+ In Qt v6.7 the QtMultimedia ffmpeg backends depend on new libraries that
15+ were not included in the Qt wheels. This affected macOS (Qt v6.7.1) and
16+ Windows (Qt v6.7.0).
17+
18+ Resolves [ #12 ] ( https://github.com/Python-PyQt/PyQt-builder/issues/12 )
19+
20+ ### Added support for sub-wheels to ` pyqt-qt-wheel `
21+
22+ The (undocumented) ` pyqt-qt-wheel ` utility now supports the splitting of a
23+ project's wheel into the main wheel and a sub-wheel. Specifying
24+ ` --sub-wheel generate ` will generate the sub-wheel, and
25+ ` --sub-wheel exclude ` will generate the main wheel (ie. a normal wheel
26+ without the contents of the sub-wheel). By default a normal wheel is
27+ generated.
28+
29+
430## v1.16.2
531
632### Broken links to SIP documentation
You can’t perform that action at this time.
0 commit comments