Skip to content

Commit

Permalink
Prepare 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 25, 2019
1 parent 7da386f commit 283479a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog for python-chess
==========================

New in v0.28.2
--------------

Bugfixes:

* Fixed exception propagation, when an UCI engine sends an invalid `bestmove`.
Thanks @fsmosca.

Changes:

* `chess.Move.from_uci()` no longer accepts moves from and to the same square,
for example `a1a1`. `0000` is now the only valid null move notation.

New in v0.28.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.28.1"
__version__ = "0.28.2"

import collections
import copy
Expand Down

0 comments on commit 283479a

Please sign in to comment.