Skip to content

Commit c2e847a

Browse files
Release v1.16.3
1 parent 1451620 commit c2e847a

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = '{0} Phil Thompson <phil@riverbankcomputing.com>'.format(
1414
date.today().year)
1515
author = 'Phil Thompson'
16-
version = 'v1.16.2'
16+
version = 'v1.16.3'
1717

1818

1919
# -- General configuration ---------------------------------------------------

docs/releases.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
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

0 commit comments

Comments
 (0)