diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8fd7511f2..63f323550 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog for python-chess ========================== +New in v1.2.2 +------------- + +Bugfixes: + +* Fixed regression, where releases were uploaded without the ``py.typed`` + marker. + New in v1.2.1 ------------- diff --git a/chess/__init__.py b/chess/__init__.py index 8fbd05e07..2fd5cb15b 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -26,7 +26,7 @@ __email__ = "niklas.fiekas@backscattering.de" -__version__ = "1.2.1" +__version__ = "1.2.2" import collections import copy