Skip to content

0.6.8

Compare
Choose a tag to compare
@fredrikaverpil fredrikaverpil released this 25 Nov 09:48
· 640 commits to master since this release

This release fixes #162 and makes the Qt.py wheel universal. This means no more wheel filename fragmentation.

Previous wheel filename fragmentation

Previously, pip wheel -w . Qt.py could generate one of the following:

Qt.py-0.6.7-py2-none-any.whl
Qt.py-0.6.7-py3-none-any.whl

or...

Qt.py-0.6.7-cp27-none-any.whl
Qt.py-0.6.7-cp35-none-any.whl
...

New wheel file naming

The wheels is now universal and pip wheel -w . Qt.py results in the following:

Qt.py-0.6.8-py2.py3-none-any.whl