From 98712c342560aa9c551957aff775a337c3dbab70 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sun, 1 Jul 2018 13:59:07 +0200 Subject: [PATCH] Prepare 0.23.8 --- CHANGELOG.rst | 8 ++++++++ chess/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b5255aa6..92bcf4827 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog for python-chess ========================== +New in v0.23.8 +-------------- + +Bugfixes: + +* `chess.syzygy`: Correctly initialize wide DTZ map for experimental 7 piece + table KRBBPvKQ. + New in v0.23.7 -------------- diff --git a/chess/__init__.py b/chess/__init__.py index c7b98ac9c..6e9916ab8 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -26,7 +26,7 @@ __email__ = "niklas.fiekas@backscattering.de" -__version__ = "0.23.7" +__version__ = "0.23.8" import collections import copy