- Fix import line in readme - Adding a contributing markdown file
1.4.1
- Dropping python 3.3 support to avoid travis bugs
1.4.0
- Changing from a hard move limit to a limit of 40 moves without a capture - Various formatting and cleanup
1.3.0
- Removing the boards property on the game as this could get pretty big. If you need the board history, you can store the list of boards locally. - Avoiding recalculating possible moves for pieces that have already done the work
1.2.2
- Including readme and license files in python package distribution
1.2.1
- Avoiding redeploying to travis multiple times for different python ve