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')