Skip to content

Commit

Permalink
Update version to 0.2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Nov 9, 2018
1 parent fb230ae commit 72661a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ cec.transmit(destination, opcode, parameters)

## Changelog

### 0.2.7 ( 2018-11-09 )
* Implement cec.EVENT_COMMAND callback
* Fix several crashes/memory leaks related to callbacks
* Add possibility to use a method as a callback
* Limit maximum number of parameters passed to transmit()
* Fix compilation error with GCC >= 8

### 0.2.6 ( 2017-11-03 )
* Python 3 support ( @nforro )
* Implement is_active_source, set_active_source, transmit ( @nforro )
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
include_dirs=['include'],
libraries = [ 'cec' ])

setup(name='cec', version='0.2.6',
setup(name='cec', version='0.2.7',
description="Python bindings for libcec",
license='GPLv2',
data_files=['COPYING'],
Expand Down

0 comments on commit 72661a4

Please sign in to comment.