Skip to content

Commit

Permalink
Prepare release of v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 27, 2017
1 parent 63447b9 commit 1d9eab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog for python-chess
==========================

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

New features:

Expand All @@ -29,7 +29,7 @@ Changes:
no longer support directly opening a directory.
Use `chess.gaviota.open_tablebases()`.
* `chess.Board` instances are now compared by the position they represent,
not by exact match of the internal data structures or move history.
not by exact match of the internal data structures (or even move history).
* Relaxed castling right validation in Chess960: Kings/rooks of opposing sites
are no longer required to be on the same file.
* Removed misnamed `Piece.__unicode__()` and `BaseBoard.__unicode__()`. Use
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.18.4"
__version__ = "0.19.0"

import copy
import re
Expand Down

0 comments on commit 1d9eab9

Please sign in to comment.