We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae671b commit 3575ce9Copy full SHA for 3575ce9
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v0.23.3
5
+--------------
6
+
7
+New features:
8
9
+* XBoard: Support `variant`. Thanks gbtami.
10
11
New in v0.23.2
12
--------------
13
chess/__init__.py
@@ -26,7 +26,7 @@
26
27
__email__ = "[email protected]"
28
29
-__version__ = "0.23.2"
+__version__ = "0.23.3"
30
31
import collections
32
import copy
0 commit comments