Skip to content

Commit 9fc80b0

Browse files
committed
Prepare release of 0.4.1
1 parent 12a434c commit 9fc80b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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-
Up for the next release
10-
-----------------------
9+
New in v0.4.1
10+
-------------
1111

1212
* Fix `is_fivefold_repitition()`: The new fivefold repitition rule requires
1313
the repititions to occur on *alternating consecutive* moves.

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.4.0"
23+
__version__ = "0.4.1"
2424

2525
import collections
2626
import re

0 commit comments

Comments
 (0)