Skip to content

Commit

Permalink
Prepare release of 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 13, 2014
1 parent 05ea5f5 commit dc7d0b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3.0
-------------

* Rename property `half_moves` of `Bitboard` to `halfmove_clock`.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Features
>>> import chess.pgn
>>> from __future__ import print_function # Python 2 compability of
>>> # this example
>>> from __future__ import print_function # Python 2 compability for
>>> # this example.
>>> pgn = open("data/games/molinari-bordais-1979.pgn")
>>> first_game = chess.pgn.read_game(pgn)
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.2.0"
__version__ = "0.3.0"

import collections
import random
Expand Down

0 comments on commit dc7d0b1

Please sign in to comment.