From 244375fc34275ea077b13c644652099b005fa854 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:48:01 +0000 Subject: [PATCH] Bump to 2.0.5 final --- CHANGES | 2 +- sphinxcontrib/htmlhelp/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 2b24350..f2e1585 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Release 2.0.5 (unreleased) +Release 2.0.5 (2024-01-13) ========================== * Remove Sphinx as a required dependency, as circular dependencies may cause diff --git a/sphinxcontrib/htmlhelp/__init__.py b/sphinxcontrib/htmlhelp/__init__.py index 8c20239..dd27da2 100644 --- a/sphinxcontrib/htmlhelp/__init__.py +++ b/sphinxcontrib/htmlhelp/__init__.py @@ -28,8 +28,8 @@ else: from sphinx.util import progress_message # type: ignore[attr-defined,no-redef] -__version__ = '2.0.4' -__version_info__ = (2, 0, 4) +__version__ = '2.0.5' +__version_info__ = (2, 0, 5) logger = logging.getLogger(__name__) __ = get_translation(__name__, 'console')