Skip to content

Commit

Permalink
Prepare release of v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Oct 13, 2015
1 parent 73644ac commit 17e4873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 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.

Upcoming in the next release
----------------------------
New in v0.12.4
--------------

Bugfixes:

Expand All @@ -19,6 +19,9 @@ New features:

Changes:

* Big speedup for `pgn` module. Boards are cached less agressively. Board
move stacks are copied faster.

* Added tox.ini to specify test suite and flake8 options.

New in v0.12.3
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.12.3"
__version__ = "0.12.4"

import copy
import re
Expand Down

0 comments on commit 17e4873

Please sign in to comment.