Skip to content

Commit

Permalink
Prepare 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 19, 2019
1 parent f94773d commit fa54ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog for python-chess
==========================

Upcoming changes
----------------
New in v0.26.0
--------------

This is the first **release candidate for python-chess 1.0**. If you see the
need for breaking changes, please speak up now!
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.25.1"
__version__ = "0.26.0"

import collections
import collections.abc
Expand Down

0 comments on commit fa54ea5

Please sign in to comment.