From 5c3bbc638049aa75783f8c91aba6143c55c364c5 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:09:46 +0100 Subject: [PATCH] Bump to 2.0.3 final --- CHANGES | 5 +++++ sphinxcontrib/htmlhelp/__init__.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index c38b2f5..2d79803 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Release 2.0.3 (2023-08-09) +========================== + +* Fix tests for Sphinx 7.1 and below + Release 2.0.2 (2023-08-07) ========================== diff --git a/sphinxcontrib/htmlhelp/__init__.py b/sphinxcontrib/htmlhelp/__init__.py index 3ac5fab..f22bdc2 100644 --- a/sphinxcontrib/htmlhelp/__init__.py +++ b/sphinxcontrib/htmlhelp/__init__.py @@ -29,8 +29,8 @@ else: from sphinx.util import progress_message # type: ignore[attr-defined,no-redef] -__version__ = '2.0.2' -__version_info__ = (2, 0, 2) +__version__ = '2.0.3' +__version_info__ = (2, 0, 3) logger = logging.getLogger(__name__) __ = get_translation(__name__, 'console')