Skip to content

Commit

Permalink
Prepare release v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 1, 2018
1 parent 5eada1c commit 6a5210c
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 in the next release
----------------------------
New in v0.22.1
--------------

New features:

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.22.0"
__version__ = "0.22.1"

import collections
import copy
Expand Down

0 comments on commit 6a5210c

Please sign in to comment.