Skip to content

Commit

Permalink
Prepare release of 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 15, 2014
1 parent 9f37e36 commit dfda3ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ is more important to get things right, than to be consistent with previous
versions. Use this changelog to see what changed in a new release, because this
might include API breaking changes.

New in v0.3.1
-------------

* `Bitboard.status()` now correctly detects `STATUS_INVALID_EP_SQUARE`,
instead of errors or false reports.

* Polyglot opening book reader now correctly handles knight underpromotions.

* Minor coding style fixes, including removal of unused imports.

New in v0.3.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__email__ = "[email protected]"

__version__ = "0.3.0"
__version__ = "0.3.1"

import collections
import re
Expand Down

0 comments on commit dfda3ff

Please sign in to comment.