Skip to content

Commit

Permalink
Prepare 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 7, 2021
1 parent 5587a8c commit 53a8a9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog for python-chess
==========================

New in v1.7.0
-------------

New features:

* Added new models for ``chess.engine.Score.wdl()``: ``sf`` (the new default)
and ``sf14``.
* Added ``chess.Board.piece_map()``.

Bugfixes:

* ``chess.pgn``: Fix skipping with nested variations.
* ``chess.svg``: Make check gradient compatible with QtSvg.

New in v1.6.1
-------------

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__ = "niklas.fiekas@backscattering.de"

__version__ = "1.6.1"
__version__ = "1.7.0"

import collections
import copy
Expand Down

0 comments on commit 53a8a9e

Please sign in to comment.