Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Jan 4, 2018
1 parent bd51cb6 commit cb3a7a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Release history

## `1.0.3` (04.01.2018)
## 1.0.4 (04.01.2018)

- Add documentation and simplify README.md
- Change CHANGES.md headings format

## 1.0.3 (04.01.2018)

- Add Travis CI
- Update examples

## `1.0.2` (04.01.2018)
## 1.0.2 (04.01.2018)

- Fix dates in CHANGES.md

## `1.0.1` (04.01.2018)
## 1.0.1 (04.01.2018)

- Fix rendering issue on PyPI

## `1.0.0` (04.01.2018)
## 1.0.0 (04.01.2018)

- Initial release
- Added working code for all buttons, axes and hat
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.3'
__version__ = '1.0.4'
__all__ = ['Xbox360Controller']

0 comments on commit cb3a7a9

Please sign in to comment.