File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-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.18.2 '
16+ version = 'v1.19.0 '
1717
1818
1919# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## v1.19.0
4+
5+ ### Support for Qt v6.10
6+
7+ The Qt v6.10.0 installation for Linux on Intel created by the online
8+ installer was built using Red Hat Linux v9.4. This means that glibc v2.34
9+ is now required. Earlier versions of Qt required glibc v2.28. The
10+ ` manylinux ` wheel tags that are generated now reflect the revised
11+ dependency.
12+
13+ ### ` pyqt-bundle ` support for lower case wheel names
14+
15+ ` pyqt-bundle ` now properly handles lower case wheel names as well as the
16+ legacy mixed case names.
17+
18+ Resolves [ #33 ] ( https://github.com/Python-PyQt/PyQt-builder/issues/33 )
19+
20+
321## v1.18.2
422
523### ` pyproject.toml ` now conforms to PEP 639
You can’t perform that action at this time.
0 commit comments