diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b551b8804..b85580ca9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ is more important to get things right, than to be consistent with previous versions. Use this changelog to see what changed in a new release, because this might include API breaking changes. -Up for the next release ------------------------ +New in v0.4.1 +------------- * Fix `is_fivefold_repitition()`: The new fivefold repitition rule requires the repititions to occur on *alternating consecutive* moves. diff --git a/chess/__init__.py b/chess/__init__.py index 7ed65627a..46da0bc1b 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -20,7 +20,7 @@ __email__ = "niklas.fiekas@tu-clausthal.de" -__version__ = "0.4.0" +__version__ = "0.4.1" import collections import re