Skip to content

Commit

Permalink
Bugfix for TypeError exception when using the pyCEC server.
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 26, 2020
1 parent 45644c2 commit ba04144
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -21,6 +21,12 @@ Fixed
Security
========

`0.5.1`_ 2020-10-24
*******************
Fixed
=====
- Fixed a ``TypeError`` exception when using the pyCEC server.

`0.5.0`_ 2020-10-04
*******************
Added
Expand Down Expand Up @@ -49,6 +55,7 @@ Changed
=======
- Removed `typing` requirement.

.. _Unreleased: https://github.com/konikvranik/pyCEC/compare/v0.5.0..HEAD
.. _Unreleased: https://github.com/konikvranik/pyCEC/compare/v0.5.1..HEAD
.. _0.5.1: https://github.com/konikvranik/pyCEC/releases/tag/v0.5.1
.. _0.5.0: https://github.com/konikvranik/pyCEC/releases/tag/v0.5.0
.. _0.4.14: https://github.com/konikvranik/pyCEC/releases/tag/v0.4.14
1 change: 0 additions & 1 deletion pycec/__main__.py
Expand Up @@ -16,7 +16,6 @@ async def async_show_devices(network, loop):
while True:
for d in network.devices:
_LOGGER.debug("Present device %s", d)
yield
await asyncio.sleep(10, loop=loop)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name="pyCEC",
version="0.5.0",
version="0.5.1",
author="Petr Vraník",
author_email="hpa@suteren.net",
description=(
Expand Down

0 comments on commit ba04144

Please sign in to comment.