Skip to content

Commit

Permalink
Version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ahendrix committed Jan 5, 2022
1 parent b6a7e71 commit 2cc75f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ cec.transmit(destination, opcode, parameters)

## Changelog

### 0.2.8 ( 2022-01-05 )
* Add support for libCEC >= 5
* Windows support
* Support for setting CEC initiator
* Python 3.10 compatibility

### 0.2.7 ( 2018-11-09 )
* Implement cec.EVENT_COMMAND callback
* Fix several crashes/memory leaks related to callbacks
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.7',
setup(name='cec', version='0.2.8',
description="Python bindings for libcec",
license='GPLv2',
data_files=['COPYING'],
Expand Down

0 comments on commit 2cc75f8

Please sign in to comment.