Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trainman419 committed Nov 4, 2017
1 parent 140fd0f commit 0611b8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ cec.transmit(destination, opcode, parameters)

## Changelog

### 0.2.6 ( 2017-11-03 )
* Python 3 support ( @nforro )
* Implement is_active_source, set_active_source, transmit ( @nforro )
* libcec4 compatibility ( @nforro )

### 0.2.5 ( 2016-03-31 )
* re-release of version 0.2.4. Original release failed and version number is now lost

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
include_dirs=['include'],
libraries = [ 'cec' ])

setup(name='cec', version='0.2.5',
setup(name='cec', version='0.2.6',
description="Python bindings for libcec",
license='GPLv2',
data_files=['COPYING'],
ext_modules=[python_cec])

0 comments on commit 0611b8c

Please sign in to comment.