From 5c4731e56f8241003feb5de9f1d4ca4727493a44 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Tue, 19 Aug 2014 15:51:28 +0200 Subject: [PATCH] Prepare release of 0.4.0 --- CHANGELOG.rst | 4 ++-- chess/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e82218a87..c83a8c21e 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.0 +------------- * Introduce `can_claim_draw()`, `can_claim_fifty_moves()` and `can_claim_threefold_repitition()`. diff --git a/chess/__init__.py b/chess/__init__.py index 54eeb8a59..4e66af77f 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -20,7 +20,7 @@ __email__ = "niklas.fiekas@tu-clausthal.de" -__version__ = "0.3.1" +__version__ = "0.4.0" import collections import re