You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is just a mirror of the official source code find on the riverbankcomputing website, i accept minor pull request on the master branch but questions should be asked on the mailing list.
* support (Mailing List) -> https://www.riverbankcomputing.com/mailman/listinfo/pyqt/
6
+
* support -> https://www.riverbankcomputing.com/mailman/listinfo/pyqt/
10
7
* doc -> http://pyqt.sourceforge.net/Docs/PyQt5/
11
8
* SIP 4.19 source code in tarball directory
12
9
@@ -19,10 +16,18 @@ Change
19
16
20
17
## SIP
21
18
22
-
* SIP v4.19.7 has been released. This is primarily a minor functional release that allows automatically generated signatures to be included in handwritten docstrings.
19
+
* SIP v4.19.8 has been released. This is a minor bug-fix release.
23
20
24
21
## PyQt5
25
22
23
+
### 5.10
24
+
26
25
* The highlights of the release are support for Qt v5.10.0 and the new QtNetworkAuth and Qt3DAnimation modules.
27
26
* Support for Qt v5.10
28
27
28
+
### 5.10.1
29
+
30
+
* Added support for Qt v5.10.1.
31
+
* Added the missing qmlClearTypeRegistrations() to the QtQml module.
32
+
* Added the --disable-feature option to configure.py.
0 commit comments