Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed May 6, 2018
1 parent 1874e3d commit 005ae3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.1.0] - 2018-05-07
### Changed
- Push development status to 'Beta'

## [1.0.6] - 2018-05-07
### Changed
- Fix bug where event loop won't exit until next event
Expand Down Expand Up @@ -42,7 +46,8 @@
- Added some documentation
- Released on GitHub and PyPI

[Unreleased]: https://github.com/linusg/xbox360controller/compare/v1.0.6...HEAD
[Unreleased]: https://github.com/linusg/xbox360controller/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/linusg/xbox360controller/compare/v1.0.6...v1.1.0
[1.0.6]: https://github.com/linusg/xbox360controller/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/linusg/xbox360controller/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/linusg/xbox360controller/compare/v1.0.3...v1.0.4
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.6'
__version__ = '1.1.0'
__all__ = ['Xbox360Controller']

0 comments on commit 005ae3a

Please sign in to comment.