Skip to content

Commit

Permalink
Prepare 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 12, 2021
1 parent 4aa2b62 commit 4156d3a
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.6.1
-------------

Bugfixes:

* Make ``chess.engine.SimpleEngine.play(..., draw_offered=True)`` available.
Previously only added for ``chess.engine.Protocol``.

New in v1.6.0
-------------

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.6.0"
__version__ = "1.6.1"

import collections
import copy
Expand Down

0 comments on commit 4156d3a

Please sign in to comment.