From 79cbe211b9206062be1799dd3845ba34302dd728 Mon Sep 17 00:00:00 2001 From: getzze Date: Thu, 27 Jun 2024 13:18:18 +0100 Subject: [PATCH] patch release 2.2.1 --- HISTORY.rst | 6 +++--- subliminal/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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'