We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d7318 commit 6419ea4Copy full SHA for 6419ea4
CHANGES
@@ -1,3 +1,8 @@
1
+Release 1.0.4 (2023-08-09)
2
+==========================
3
+
4
+* Fix tests for Sphinx 7.1 and below
5
6
Release 1.0.3 (2023-08-07)
7
=========================
8
sphinxcontrib/devhelp/__init__.py
@@ -28,8 +28,8 @@
28
if TYPE_CHECKING:
29
from pathlib import Path
30
31
-__version__ = '1.0.3'
32
-__version_info__ = (1, 0, 3)
+__version__ = '1.0.4'
+__version_info__ = (1, 0, 4)
33
34
logger = logging.getLogger(__name__)
35
__ = get_translation(__name__, 'console')
0 commit comments