Skip to content

Commit 2cc75f8

Browse files
committed
Version 0.2.8
1 parent b6a7e71 commit 2cc75f8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ cec.transmit(destination, opcode, parameters)
122122

123123
## Changelog
124124

125+
### 0.2.8 ( 2022-01-05 )
126+
* Add support for libCEC >= 5
127+
* Windows support
128+
* Support for setting CEC initiator
129+
* Python 3.10 compatibility
130+
125131
### 0.2.7 ( 2018-11-09 )
126132
* Implement cec.EVENT_COMMAND callback
127133
* Fix several crashes/memory leaks related to callbacks

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
include_dirs=['include'],
1515
libraries = [ 'cec' ])
1616

17-
setup(name='cec', version='0.2.7',
17+
setup(name='cec', version='0.2.8',
1818
description="Python bindings for libcec",
1919
license='GPLv2',
2020
data_files=['COPYING'],

0 commit comments

Comments
 (0)