Skip to content

Commit b3c1f62

Browse files
committed
Prepare 1.11.2
1 parent 45f616f commit b3c1f62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog for python-chess
22
==========================
33

4+
New in v1.11.2 (25th Feb 2025)
5+
------------------------------
6+
7+
Bugfixes:
8+
9+
* Fix ``chess.gaviota.PythonTablebase`` does not properly resolve positions
10+
where en passant captures are the best move.
11+
412
New in v1.11.1 (9th Oct 2024)
513
-----------------------------
614

chess/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__email__ = "[email protected]"
1313

14-
__version__ = "1.11.1"
14+
__version__ = "1.11.2"
1515

1616
import collections
1717
import copy

0 commit comments

Comments
 (0)