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 f0b7604 commit 941e0e8Copy full SHA for 941e0e8
CHANGES
@@ -1,4 +1,4 @@
1
-Release 1.1.10 (unreleased)
+Release 1.1.10 (2024-01-13)
2
===========================
3
4
* Remove Sphinx as a required dependency, as circular dependencies may cause
sphinxcontrib/serializinghtml/__init__.py
@@ -13,8 +13,8 @@
13
14
from sphinxcontrib.serializinghtml import jsonimpl
15
16
-__version__ = '1.1.9'
17
-__version_info__ = (1, 1, 9)
+__version__ = '1.1.10'
+__version_info__ = (1, 1, 10)
18
19
package_dir = path.abspath(path.dirname(__file__))
20
0 commit comments