We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ed89b commit fde139aCopy full SHA for fde139a
CHANGES
@@ -1,3 +1,8 @@
1
+Release 1.1.8 (2023-08-14)
2
+==========================
3
+
4
+* Use ``os.PathLike`` over ``pathlib.Path``
5
6
Release 1.1.7 (2023-08-09)
7
==========================
8
sphinxcontrib/serializinghtml/__init__.py
@@ -13,8 +13,8 @@
13
14
from sphinxcontrib.serializinghtml import jsonimpl
15
16
-__version__ = '1.1.7'
17
-__version_info__ = (1, 1, 7)
+__version__ = '1.1.8'
+__version_info__ = (1, 1, 8)
18
19
package_dir = path.abspath(path.dirname(__file__))
20
0 commit comments