Skip to content

Commit

Permalink
Prepare 0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 3, 2019
1 parent dabc27e commit 6410436
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog for python-chess
==========================

New in v0.28.3
--------------

Bugfixes:

* Follow FICS rules in Atomic castling edge cases.
* Handle self-reported errors by XBoard engines "Error: ..." or
"Illegal move: ...".

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

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__ = "niklas.fiekas@backscattering.de"

__version__ = "0.28.2"
__version__ = "0.28.3"

import collections
import copy
Expand Down

0 comments on commit 6410436

Please sign in to comment.