Skip to content

Commit ffc6da9

Browse files
committed
Prepare 1.11.1
1 parent fa4f014 commit ffc6da9

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.1 (9th Oct 2024)
5+
-----------------------------
6+
7+
Bugfixes:
8+
9+
* ``chess.engine``: Fix parsing of UCI options containing containing ``name``,
10+
``type``, ``default``, ``min``, or ``max``, e.g., ``mini``.
11+
412
New in v1.11.0 (4th 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.0"
14+
__version__ = "1.11.1"
1515

1616
import collections
1717
import copy

0 commit comments

Comments
 (0)