What's Changed * Compatible with Python 3.7 again * `getComPortNumber` was broken
1.3.0
- Added experimental aio support - Added options to bypass slow `createDeviceInfoList ` calls - Fixed ctypes for newer Linux OS - Added type annotations
1.3.0beta.2
- Fixed several bugs with ctypes (thanks krister-ts) - Remove aio import in sync version
1.3.0beta.1
open` and `openEx` gained an update parameter to avoid calling createDeviceInfoList. This can be useful where multiple calls to `open` are happening, or you never need to get the device info for your use case.