Skip to content

Commit

Permalink
Prepare release of v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 9, 2015
1 parent 0de3d1c commit a7be166
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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.3
--------------

Bugfixes:

* Some invalid castling rights were silently ignored by `Board.set_fen()`. Now
it is ensured information is stored for retrieval using `Board.status()`.

New in v0.12.2
--------------

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.12.2"
__version__ = "0.12.3"

import copy
import re
Expand Down

0 comments on commit a7be166

Please sign in to comment.