Skip to content

Commit fb47ee8

Browse files
committed
Prepare 0.27.2
1 parent 5dcd442 commit fb47ee8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog for python-chess
22
==========================
33

4+
New in v0.27.2
5+
--------------
6+
7+
Bugfixes:
8+
9+
* `chess.engine.XBoardProtocol.play()` was searching 100 times longer than
10+
intended when using `chess.engine.Limit.time`, and searching 100 times more
11+
nodes than intended when using `chess.engine.Limit.nodes`. Thanks @pascalgeo.
12+
413
New in v0.27.1
514
--------------
615

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__email__ = "[email protected]"
2828

29-
__version__ = "0.27.1"
29+
__version__ = "0.27.2"
3030

3131
import collections
3232
import collections.abc

0 commit comments

Comments
 (0)