4 January 2021
SIP v6.0.0 has been released. This is a major feature release. It removes support for all features that were deprecated in SIP v5 and adds new features required by PyQt6. It also supports PyQt5.
%ReleaseCode directive, the
SIP_USER flag and the sipConvertToTypeUS(),
sipForceConvertToTypeUS() and sipReleaseTypeUS() API functions. (ABI
v13 only.)%ConvertFromTypeCode and %ConvertToTypeCode are now optional for
mapped types.SIP_PYENUM additional SIP type.sipIsEnumFlag()./BaseType/ enum annotation for specifying the exact Python enum
type to be used. (ABI v13 only.)Py_hash_t. (ABI v13 only.)_ appended if they are Python keywords.'\xNN' characters.dunder-init is
specified and pep484-pyi is specified for at least one module.