Skip to content

Commit 094a3e1

Browse files
committed
Prepare 0.23.1
1 parent 41cbb11 commit 094a3e1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

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+
412
New in v0.23.0
513
--------------
614

chess/__init__.py

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

2727
__email__ = "niklas.fiekas@backscattering.de"
2828

29-
__version__ = "0.23.0"
29+
__version__ = "0.23.1"
3030

3131
import collections
3232
import copy

0 commit comments

Comments
 (0)