We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba1193 commit 4427b86Copy full SHA for 4427b86
CHANGES
@@ -1,3 +1,8 @@
1
+Release 1.0.6 (2023-08-14)
2
+==========================
3
+
4
+* Use ``os.PathLike`` over ``pathlib.Path``
5
6
Release 1.0.5 (2023-08-09)
7
==========================
8
sphinxcontrib/qthelp/__init__.py
@@ -23,8 +23,8 @@
23
from sphinx.util.template import SphinxRenderer
24
25
26
-__version__ = '1.0.5'
27
-__version_info__ = (1, 0, 5)
+__version__ = '1.0.6'
+__version_info__ = (1, 0, 6)
28
29
logger = logging.getLogger(__name__)
30
package_dir = path.abspath(path.dirname(__file__))
0 commit comments