Skip to content

Commit 9dad69f

Browse files
committed
Bump to 1.0.5 final
1 parent 23dd715 commit 9dad69f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 1.0.5 (2023-08-09)
2+
==========================
3+
4+
* Fix tests for Sphinx 7.1 and below
5+
16
Release 1.0.4 (2023-08-07)
27
==========================
38

sphinxcontrib/qthelp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
from sphinx.util.template import SphinxRenderer
2525

2626

27-
__version__ = '1.0.4'
28-
__version_info__ = (1, 0, 4)
27+
__version__ = '1.0.5'
28+
__version_info__ = (1, 0, 5)
2929

3030
logger = logging.getLogger(__name__)
3131
package_dir = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)