Skip to content

Commit

Permalink
Bump to 1.1.9 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 20, 2023
1 parent 5c62ad4 commit ff4bcae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release 1.1.9 (2023-08-20)
==========================

* Serialise context["script_files"] and context["css_files"] as their filenames
on Sphinx 7.2.0.

Release 1.1.8 (2023-08-14)
==========================

Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/serializinghtml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

from sphinxcontrib.serializinghtml import jsonimpl

__version__ = '1.1.8'
__version_info__ = (1, 1, 8)
__version__ = '1.1.9'
__version_info__ = (1, 1, 9)

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

Expand Down

0 comments on commit ff4bcae

Please sign in to comment.