Skip to content

Commit

Permalink
Prepare 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 25, 2019
1 parent c602a86 commit ac2a74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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.28.1
--------------

Bugfixes:

Expand All @@ -15,6 +15,7 @@ Changes:
`is_castling()`, `is_kingside_castling()` and `is_queenside_castling()`
now consistently return `False` for null moves.
* Added `chess.engine.InfoDict` class with typed shorthands for common keys.
* Support `[Variant "3-check"]` (from chess.com PGNs).

New in v0.28.0
--------------
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__ = "niklas.fiekas@backscattering.de"

__version__ = "0.28.0"
__version__ = "0.28.1"

import collections
import copy
Expand Down

0 comments on commit ac2a74b

Please sign in to comment.