Skip to content

Commit efdbf89

Browse files
committed
Prepare release of v0.13.2
1 parent 22c2636 commit efdbf89

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ is more important to get things right, than to be consistent with previous
66
versions. Use this changelog to see what changed in a new release, because this
77
might include API breaking changes.
88

9+
New in v0.13.2
10+
--------------
11+
12+
Changes:
13+
14+
* `chess.syzygy.open_tablebases()` now raises if the given directory
15+
does not exist.
16+
17+
* Allow visitors to handle invalid `FEN` tags in PGNs.
18+
19+
* Gaviota tablebase probing fails faster for piece counts > 5.
20+
21+
Minor new features:
22+
23+
* Added `chess.pgn.Game.from_board()`.
24+
925
New in v0.13.1
1026
--------------
1127

chess/__init__.py

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

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

29-
__version__ = "0.13.1"
29+
__version__ = "0.13.2"
3030

3131
import copy
3232
import re

0 commit comments

Comments
 (0)