Skip to content

Commit

Permalink
Prepare 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 9, 2024
1 parent fa4f014 commit ffc6da9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog for python-chess
==========================

New in v1.11.1 (9th Oct 2024)
-----------------------------

Bugfixes:

* ``chess.engine``: Fix parsing of UCI options containing containing ``name``,
``type``, ``default``, ``min``, or ``max``, e.g., ``mini``.

New in v1.11.0 (4th Oct 2024)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "1.11.0"
__version__ = "1.11.1"

import collections
import copy
Expand Down

0 comments on commit ffc6da9

Please sign in to comment.