Skip to content

Commit d93c0b2

Browse files
committed
Prepare 1.8.0
1 parent 0e9ac77 commit d93c0b2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog for python-chess
22
==========================
33

4+
New in v1.8.0
5+
-------------
6+
7+
Bugfixes:
8+
9+
* Fix ``SquareSet.issuperset()`` and ``SquareSet.issubset()`` by swapping
10+
their respective implementations.
11+
12+
New features:
13+
14+
* Read and write PGN comments like ``[%emt 0:05:21]``.
15+
416
New in v1.7.0
517
-------------
618

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
__email__ = "niklas.fiekas@backscattering.de"
2929

30-
__version__ = "1.7.0"
30+
__version__ = "1.8.0"
3131

3232
import collections
3333
import copy

0 commit comments

Comments
 (0)