==========================
- Added
* a ``wakeup()`` Task in debug mode on Windows (see: https://bugs.python.org/issue23057)
* the ``version_info`` named tuple now includes a *releaselevel*
* example for creating a `Client` and a `Service` in LabVIEW
* the ability to establish a connection to the Network `Manager` without using TLS
* a ``timeout`` kwarg to `Service.start()`
* an ``Echo`` `Service` to the examples
- Changed
* rename 'async' kwarg to be 'asynchronous' (for Python 3.7 support)
* the termination bytes were changed from ``\n`` to ``\r\n``