This release addresses a few small issues:
* Increasing/decreasing font sizes works without needing to refresh the display, and is applied to all widgets, even if they have specified a custom font.
* The pydm.PyQt module has been temporarily re-added. This is intended as a temporary stop-gap to fix crashes for users that have created Display classes that imported from pydm.PyQt. If you currently do this in your displays, please update them to import directly from the 'qtpy' module instead.
* Remove the built-in margins around the PyDMByteWidget. If you need margins around a PyDMByteWidget, you can put it into a layout, or in code, you can manually set them with `PyDMByteWidget.layout().setContentsMargins(left, top, right, bottom)`