Skip to content

Commit fde139a

Browse files
committed
Bump to 1.1.8 final
1 parent b3ed89b commit fde139a

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

sphinxcontrib/serializinghtml/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
from sphinxcontrib.serializinghtml import jsonimpl
1515

16-
__version__ = '1.1.7'
17-
__version_info__ = (1, 1, 7)
16+
__version__ = '1.1.8'
17+
__version_info__ = (1, 1, 8)
1818

1919
package_dir = path.abspath(path.dirname(__file__))
2020

0 commit comments

Comments
 (0)