Skip to content

Commit

Permalink
Prepare release of 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 19, 2014
1 parent f2ca88d commit 5c4731e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__email__ = "[email protected]"

__version__ = "0.3.1"
__version__ = "0.4.0"

import collections
import re
Expand Down

0 comments on commit 5c4731e

Please sign in to comment.