Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Jul 20, 2018
1 parent ec3b641 commit e6c5b52
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.2] - 2018-07-20
### Changed
- Fix installation from PyPI on Raspbian

## [1.1.1] - 2018-07-15
### Changed
- Fix installation from PyPI
Expand Down Expand Up @@ -50,7 +54,8 @@
- Added some documentation
- Released on GitHub and PyPI

[Unreleased]: https://github.com/linusg/xbox360controller/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/linusg/xbox360controller/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/linusg/xbox360controller/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/linusg/xbox360controller/compare/v1.1.0...v1.1.1
[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
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.1.1'
__version__ = '1.1.2'
__all__ = ['Xbox360Controller']

0 comments on commit e6c5b52

Please sign in to comment.