Skip to content

Commit

Permalink
Prepare 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 16, 2019
1 parent 5dcd442 commit fb47ee8
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.27.2
--------------

Bugfixes:

* `chess.engine.XBoardProtocol.play()` was searching 100 times longer than
intended when using `chess.engine.Limit.time`, and searching 100 times more
nodes than intended when using `chess.engine.Limit.nodes`. Thanks @pascalgeo.

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

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.27.1"
__version__ = "0.27.2"

import collections
import collections.abc
Expand Down

0 comments on commit fb47ee8

Please sign in to comment.