Skip to content

Commit 941e0e8

Browse files
committed
Bump to 1.0.10 final
1 parent f0b7604 commit 941e0e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 1.1.10 (unreleased)
1+
Release 1.1.10 (2024-01-13)
22
===========================
33

44
* Remove Sphinx as a required dependency, as circular dependencies may cause

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

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

0 commit comments

Comments
 (0)