Skip to content

Commit

Permalink
Prepare 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 15, 2019
1 parent 7d603cf commit f2797e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog for python-chess
==========================

New in v0.27.1
--------------

Bugfixes:

* `chess.engine.XBoardProtocol.play()` was raising `KeyError` when using time
controls with increment or remaining moves.

New in v0.27.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Expand Up @@ -26,7 +26,7 @@

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "0.27.0"
__version__ = "0.27.1"

import collections
import collections.abc
Expand Down

0 comments on commit f2797e7

Please sign in to comment.