Skip to content

Commit

Permalink
Prepare 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 7, 2018
1 parent 61badb6 commit 51a5150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changelog for python-chess
==========================

New in v0.23.11
---------------
New in v0.24.1, v0.23.11
------------------------

Bugfixes:

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

New in v0.24.0
--------------
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.24.0"
__version__ = "0.24.1"

import collections
import collections.abc
Expand Down

0 comments on commit 51a5150

Please sign in to comment.