Skip to content

Commit 39ee387

Browse files
committed
Bump to 2.0.4 final
1 parent e6cfdf3 commit 39ee387

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 2.0.4 (2023-08-14)
2+
==========================
3+
4+
* Use ``os.PathLike`` over ``pathlib.Path``
5+
16
Release 2.0.3 (2023-08-09)
27
==========================
38

sphinxcontrib/htmlhelp/__init__.py

+2-2
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.3'
32-
__version_info__ = (2, 0, 3)
31+
__version__ = '2.0.4'
32+
__version_info__ = (2, 0, 4)
3333

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

0 commit comments

Comments
 (0)