Skip to content

Commit 5c3bbc6

Browse files
committed
Bump to 2.0.3 final
1 parent 1f04366 commit 5c3bbc6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 2.0.3 (2023-08-09)
2+
==========================
3+
4+
* Fix tests for Sphinx 7.1 and below
5+
16
Release 2.0.2 (2023-08-07)
27
==========================
38

sphinxcontrib/htmlhelp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
else:
3030
from sphinx.util import progress_message # type: ignore[attr-defined,no-redef]
3131

32-
__version__ = '2.0.2'
33-
__version_info__ = (2, 0, 2)
32+
__version__ = '2.0.3'
33+
__version_info__ = (2, 0, 3)
3434

3535
logger = logging.getLogger(__name__)
3636
__ = get_translation(__name__, 'console')

0 commit comments

Comments
 (0)