Releases: konikvranik/pyCEC
Releases · konikvranik/pyCEC
v0.6.0
0.5.2
0.5.1
0.5.0
Added
- Added a changelog.
- Added Python 3.8 testing.
Changed
- Updated PyPi classifiers.
- Updated asyncio syntax to use
await
andasync def
.
Removed
- Drop Python 3.4 support (EOL).
Fixed
- Allow
TcpAdapter
to recover from a lost connection. - Added a missing
await
for anasyncio.sleep
. - Fixed long_description field for PyPi releases, the README will now render.