Skip to content

Commit 2c1ca1c

Browse files
Release v1.19.0
1 parent ffd592b commit 2c1ca1c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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.18.2'
16+
version = 'v1.19.0'
1717

1818

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

docs/releases.md

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

0 commit comments

Comments
 (0)