Skip to content

Commit

Permalink
Prepare 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 23, 2021
1 parent 0e9ac77 commit d93c0b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog for python-chess
==========================

New in v1.8.0
-------------

Bugfixes:

* Fix ``SquareSet.issuperset()`` and ``SquareSet.issubset()`` by swapping
their respective implementations.

New features:

* Read and write PGN comments like ``[%emt 0:05:21]``.

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

__version__ = "1.7.0"
__version__ = "1.8.0"

import collections
import copy
Expand Down

0 comments on commit d93c0b2

Please sign in to comment.