diff --git a/HISTORY.rst b/HISTORY.rst index 95c521f7..f697a3c2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,9 +1,9 @@ Changelog --------- -Not yet released -^^^^^^^^^^^^^^^^ -**release date:** TBA +2.2.1 +^^^^^ +**release date:** 2024-06-27 * Add example subliminal.toml to documentation and fix documentation. * [CLI] show the message about the config file only with the ``--debug`` option. diff --git a/subliminal/__init__.py b/subliminal/__init__.py index 7d4d8bc2..98d2bba6 100644 --- a/subliminal/__init__.py +++ b/subliminal/__init__.py @@ -3,7 +3,7 @@ from __future__ import annotations __title__: str = 'subliminal' -__version__: str = '2.2.0' +__version__: str = '2.2.1' __short_version__: str = '.'.join(__version__.split('.')[:2]) __author__: str = 'Antoine Bertin' __license__: str = 'MIT'