Skip to content

Commit

Permalink
Prepare release of v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 21, 2016
1 parent e7e6531 commit 558bae4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ 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.

New in v0.15.3
--------------

Bugfixes:

* `pgn.Game.errors` was not populated as documented. Thanks to Ryan Delaney
for reporting.

New features:

* Added `pgn.GameNode.add_line()` and `pgn.GameNode.main_line()` which make
it easier to work with list of moves as variations.

New in v0.15.2
--------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__email__ = "[email protected]"

__version__ = "0.15.2"
__version__ = "0.15.3"

import copy
import re
Expand Down

0 comments on commit 558bae4

Please sign in to comment.