Skip to content

Commit

Permalink
Prepare v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 21, 2015
1 parent 238be76 commit 7578a5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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.7.0
-------------

* **Support chess engine communication via UCI.**
* **Implement UCI engine communication.**

* Patch by Matthew Lai: `Add caching for gameNode.board()`.

Expand Down Expand Up @@ -173,7 +173,7 @@ New in v0.3.0
New in v0.2.0
-------------

* Implement PGN parsing and writing.
* **Implement PGN parsing and writing.**
* Hugely improve test coverage and use Travis CI for continuous integration and
testing.
* Create an API documentation.
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__ = "niklas.fiekas@tu-clausthal.de"

__version__ = "0.6.0"
__version__ = "0.7.0"

import collections
import re
Expand Down

0 comments on commit 7578a5e

Please sign in to comment.