Skip to content

Commit

Permalink
Prepare 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 7, 2021
1 parent 031a7fe commit abd0fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Changelog for python-chess
==========================

Upcoming in the next release
----------------------------
New in v1.5.0
-------------

Bugfixes:

* Fixed typing of ``chess.pgn.Mainline.__reversed__()``. It is now a generator,
and ``chess.pgn.ReverseMainline`` has been **removed**.
This is a breaking change but a required bugfix.
* Implement **ponderhit** for consecutive pondering calls to
* Implement UCI **ponderhit** for consecutive calls to
``chess.engine.Protocol.play(..., ponder=True)``. Previously, the pondering
search was always stopped and restarted.
* Provide the full move stack, not just the position, for UCI pondering.
Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__email__ = "[email protected]"

__version__ = "1.4.0"
__version__ = "1.5.0"

import collections
import copy
Expand Down

0 comments on commit abd0fc4

Please sign in to comment.