We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800b05b commit aba441fCopy full SHA for aba441f
CHANGELOG.rst
@@ -1,8 +1,8 @@
1
Changelog for python-chess
2
==========================
3
4
-Upcoming in v1.2.1
5
-------------------
+New in v1.2.1
+-------------
6
7
The primary location for the published package is now
8
https://pypi.org/project/chess/. Thanks to
chess/__init__.py
@@ -26,7 +26,7 @@
26
27
__email__ = "niklas.fiekas@backscattering.de"
28
29
-__version__ = "1.2.0"
+__version__ = "1.2.1"
30
31
import collections
32
import copy
0 commit comments