Skip to content

Commit

Permalink
Prepare 0.23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 7, 2018
1 parent bc94631 commit 4d8eb17
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.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.

New in v0.23.10
---------------

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.23.10"
__version__ = "0.23.11"

import collections
import copy
Expand Down

0 comments on commit 4d8eb17

Please sign in to comment.