This release fixes 160, where the Qt 4 version of `setSectionResizeMode` had broken since 0.6.1.
The fault was on me, having wrongly interpreted `setSectionResizeMode` as `setSectionHidden` in the [documentation](http://doc.qt.io/qt-4.8/qheaderview.htmlsetSectionHidden).
Surprisingly, the [CAVEATS test](https://github.com/mottosso/Qt.py/blob/master/CAVEATS.mdqtwidgetsqheaderviewsetresizemode) didn't catch it.