Skip to content

Commit 6f562bf

Browse files
committed
Prepare 0.28.0
1 parent bbf718e commit 6f562bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog for python-chess
22
==========================
33

4-
Upcoming in the next release
5-
----------------------------
4+
New in v0.28.0
5+
--------------
66

77
Changes:
88

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__email__ = "niklas.fiekas@backscattering.de"
2828

29-
__version__ = "0.27.3"
29+
__version__ = "0.28.0"
3030

3131
import collections
3232
import copy

0 commit comments

Comments
 (0)