Skip to content

Commit 4427b86

Browse files
committed
Bump to 1.0.6 final
1 parent aba1193 commit 4427b86

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.6 (2023-08-14)
2+
==========================
3+
4+
* Use ``os.PathLike`` over ``pathlib.Path``
5+
16
Release 1.0.5 (2023-08-09)
27
==========================
38

sphinxcontrib/qthelp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
from sphinx.util.template import SphinxRenderer
2424

2525

26-
__version__ = '1.0.5'
27-
__version_info__ = (1, 0, 5)
26+
__version__ = '1.0.6'
27+
__version_info__ = (1, 0, 6)
2828

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

0 commit comments

Comments
 (0)