Skip to content

Commit

Permalink
Prepare release of v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 7, 2015
1 parent 55f75d4 commit 9a097cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,9 +6,20 @@ 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.12.1
--------------

Changes:

* Robust handling of invalid castling rights. You can also use the new
method `Board.clean_castling_rights()` to get the subset of strictly valid
castling rights.

New in v0.12.0
--------------

New features:

* Python 2.6 support. Patch by vdbergh.

* Pure Python Gaviota tablebase probing. Thanks to Jean-Noël Avila.
Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Expand Up @@ -20,7 +20,7 @@

__email__ = "niklas.fiekas@tu-clausthal.de"

__version__ = "0.12.0"
__version__ = "0.12.1"

import copy
import re
Expand Down

0 comments on commit 9a097cf

Please sign in to comment.