Skip to content

Commit ff4bcae

Browse files
committed
Bump to 1.1.9 final
1 parent 5c62ad4 commit ff4bcae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 1.1.9 (2023-08-20)
2+
==========================
3+
4+
* Serialise context["script_files"] and context["css_files"] as their filenames
5+
on Sphinx 7.2.0.
6+
17
Release 1.1.8 (2023-08-14)
28
==========================
39

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.8'
17-
__version_info__ = (1, 1, 8)
16+
__version__ = '1.1.9'
17+
__version_info__ = (1, 1, 9)
1818

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

0 commit comments

Comments
 (0)