Skip to content

Commit 1625dbe

Browse files
committed
Merge branch 'poll_disconnect'
2 parents ae61463 + e6ce9e7 commit 1625dbe

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.9 (2024-02-07)
2+
- Fix disconnected socket in async API
3+
14
1.2.8 (2019-11-09)
25
- Added HDMI-CEC TV control support via CTV command. See 'onkyo --help-commands main ctv' for possible values.
36

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
f.close()
1212

1313
setup(
14-
name='onkyo-eiscp',
15-
version='1.2.8',
16-
url='https://github.com/miracle2k/onkyo-eiscp',
14+
name='dannytrigo-onkyo-eiscp',
15+
version='1.2.9',
16+
url='https://github.com/dannytrigo/onkyo-eiscp',
1717
license='MIT',
1818
author='Michael Elsdörfer',
1919
author_email='michael@elsdoerfer.com',
20-
description='Control Onkyo receivers over ethernet.',
20+
description='Control Onkyo receivers over ethernet. (dannytrigo fork for bugfix)',
2121
long_description=long_description,
2222
packages = find_packages(exclude=('tests*',)),
2323
entry_points="""[console_scripts]\nonkyo = eiscp.script:run\n""",

0 commit comments

Comments
 (0)