Skip to content

Commit 3575ce9

Browse files
committed
Prepare 0.23.3
1 parent 1ae671b commit 3575ce9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
New in v0.23.3
5+
--------------
6+
7+
New features:
8+
9+
* XBoard: Support `variant`. Thanks gbtami.
10+
411
New in v0.23.2
512
--------------
613

chess/__init__.py

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

2727
__email__ = "[email protected]"
2828

29-
__version__ = "0.23.2"
29+
__version__ = "0.23.3"
3030

3131
import collections
3232
import copy

0 commit comments

Comments
 (0)