Skip to content

Commit 957d087

Browse files
committed
Bump to 1.1.7 final
1 parent 4ba0bbc commit 957d087

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 1.1.7 (2023-08-09)
2+
==========================
3+
4+
* Fix tests for Sphinx 7.1 and below
5+
16
Release 1.1.6 (2023-08-07)
27
==========================
38

sphinxcontrib/serializinghtml/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
from sphinxcontrib.serializinghtml import jsonimpl
1515

16-
__version__ = '1.1.6'
17-
__version_info__ = (1, 1, 6)
16+
__version__ = '1.1.7'
17+
__version_info__ = (1, 1, 7)
1818

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

0 commit comments

Comments
 (0)