Skip to content

Commit 49998fd

Browse files
committed
Bump to 2.0.6 final
1 parent 8c97fef commit 49998fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 2.0.6 (unreleased)
1+
Release 2.0.6 (2024-07-20)
22
==========================
33

44
* Fix tests for Sphinx 7.4 and later.

sphinxcontrib/htmlhelp/__init__.py

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

31-
__version__ = '2.0.5'
32-
__version_info__ = (2, 0, 5)
31+
__version__ = '2.0.6'
32+
__version_info__ = (2, 0, 6)
3333

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

0 commit comments

Comments
 (0)