We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cfdf3 commit 39ee387Copy full SHA for 39ee387
CHANGES
@@ -1,3 +1,8 @@
1
+Release 2.0.4 (2023-08-14)
2
+==========================
3
+
4
+* Use ``os.PathLike`` over ``pathlib.Path``
5
6
Release 2.0.3 (2023-08-09)
7
==========================
8
sphinxcontrib/htmlhelp/__init__.py
@@ -28,8 +28,8 @@
28
else:
29
from sphinx.util import progress_message # type: ignore[attr-defined,no-redef]
30
31
-__version__ = '2.0.3'
32
-__version_info__ = (2, 0, 3)
+__version__ = '2.0.4'
+__version_info__ = (2, 0, 4)
33
34
logger = logging.getLogger(__name__)
35
__ = get_translation(__name__, 'console')
0 commit comments