We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba0bbc commit 957d087Copy full SHA for 957d087
CHANGES
@@ -1,3 +1,8 @@
1
+Release 1.1.7 (2023-08-09)
2
+==========================
3
+
4
+* Fix tests for Sphinx 7.1 and below
5
6
Release 1.1.6 (2023-08-07)
7
==========================
8
sphinxcontrib/serializinghtml/__init__.py
@@ -13,8 +13,8 @@
13
14
from sphinxcontrib.serializinghtml import jsonimpl
15
16
-__version__ = '1.1.6'
17
-__version_info__ = (1, 1, 6)
+__version__ = '1.1.7'
+__version_info__ = (1, 1, 7)
18
19
package_dir = path.abspath(path.dirname(__file__))
20
0 commit comments