Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed May 6, 2018
1 parent ac414eb commit 5567c38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history

## 1.0.6 (07.05.2018)

- Fix bug where event loop won't exit until next event
- Fix `AttributeError` when LED file cannot be accessed but closing is attempted

## 1.0.5 (04.05.2018)

- Remove debug information
Expand Down
2 changes: 1 addition & 1 deletion xbox360controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from xbox360controller.controller import Xbox360Controller

__author__ = 'Linus Groh'
__version__ = '1.0.5'
__version__ = '1.0.6'
__all__ = ['Xbox360Controller']

0 comments on commit 5567c38

Please sign in to comment.