Skip to content

Commit

Permalink
Prepare release of v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 19, 2016
1 parent 22c2636 commit efdbf89
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ 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.13.2
--------------

Changes:

* `chess.syzygy.open_tablebases()` now raises if the given directory
does not exist.

* Allow visitors to handle invalid `FEN` tags in PGNs.

* Gaviota tablebase probing fails faster for piece counts > 5.

Minor new features:

* Added `chess.pgn.Game.from_board()`.

New in v0.13.1
--------------

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

__email__ = "[email protected]"

__version__ = "0.13.1"
__version__ = "0.13.2"

import copy
import re
Expand Down

0 comments on commit efdbf89

Please sign in to comment.