Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 20, 2024
2 parents 518d662 + ffc6da9 commit aa98f31
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 aa98f31

Please sign in to comment.