Skip to content

Commit 6419ea4

Browse files
committed
Bump to 1.0.4 final
1 parent 47d7318 commit 6419ea4

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 1.0.4 (2023-08-09)
2+
==========================
3+
4+
* Fix tests for Sphinx 7.1 and below
5+
16
Release 1.0.3 (2023-08-07)
27
=========================
38

sphinxcontrib/devhelp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
if TYPE_CHECKING:
2929
from pathlib import Path
3030

31-
__version__ = '1.0.3'
32-
__version_info__ = (1, 0, 3)
31+
__version__ = '1.0.4'
32+
__version_info__ = (1, 0, 4)
3333

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

0 commit comments

Comments
 (0)