Skip to content

python-chess v0.23.11

Compare
Choose a tag to compare
@niklasf niklasf released this 07 Dec 16:40
· 1619 commits to master since this release
v0.23.11
Bugfixes:

* `chess.pgn.GameNode.uci()` was always raising an exception.
* Fix `chess.Board.set_epd()` and `chess.Board.from_epd()` with semicolon
  in string operand. Thanks @jdart1.