Skip to content

Commit 72661a4

Browse files
committed
Update version to 0.2.7
Signed-off-by: Nikola Forró <[email protected]>
1 parent fb230ae commit 72661a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@ cec.transmit(destination, opcode, parameters)
123123

124124
## Changelog
125125

126+
### 0.2.7 ( 2018-11-09 )
127+
* Implement cec.EVENT_COMMAND callback
128+
* Fix several crashes/memory leaks related to callbacks
129+
* Add possibility to use a method as a callback
130+
* Limit maximum number of parameters passed to transmit()
131+
* Fix compilation error with GCC >= 8
132+
126133
### 0.2.6 ( 2017-11-03 )
127134
* Python 3 support ( @nforro )
128135
* Implement is_active_source, set_active_source, transmit ( @nforro )

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.6',
17+
setup(name='cec', version='0.2.7',
1818
description="Python bindings for libcec",
1919
license='GPLv2',
2020
data_files=['COPYING'],

0 commit comments

Comments
 (0)