We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cbb11 commit 094a3e1Copy full SHA for 094a3e1
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v0.23.1
5
+--------------
6
+
7
+Bugfixes:
8
9
+* Fix DTZ in case of mate in 1. This is a cosmetic fix, as the previous
10
+ behavior was only off by one (which is allowed by design).
11
12
New in v0.23.0
13
--------------
14
chess/__init__.py
@@ -26,7 +26,7 @@
26
27
__email__ = "niklas.fiekas@backscattering.de"
28
29
-__version__ = "0.23.0"
+__version__ = "0.23.1"
30
31
import collections
32
import copy
0 commit comments