Skip to content

Commit c43a3a8

Browse files
committed
Prepare release of v0.12.1
1 parent be11535 commit c43a3a8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ 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.12.1
10+
--------------
11+
12+
Changes:
13+
14+
* Robust handling of invalid castling rights. You can also use the new
15+
method `Board.clean_castling_rights()` to get the subset of strictly valid
16+
castling rights.
17+
918
New in v0.12.0
1019
--------------
1120

21+
New features:
22+
1223
* Python 2.6 support. Patch by vdbergh.
1324

1425
* Pure Python Gaviota tablebase probing. Thanks to Jean-Noël Avila.

chess/__init__.py

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

2121
__email__ = "niklas.fiekas@tu-clausthal.de"
2222

23-
__version__ = "0.12.0"
23+
__version__ = "0.12.1"
2424

2525
import copy
2626
import re

0 commit comments

Comments
 (0)