We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c516ef commit c4ed76eCopy full SHA for c4ed76e
CHANGES
@@ -1,3 +1,8 @@
1
+Release 1.2.6 (2023-08-09)
2
+==========================
3
+
4
+* Fix tests for Sphinx 7.1 and below
5
6
Release 1.2.5 (2023-08-07)
7
==========================
8
sphinxcontrib/websupport/__init__.py
@@ -2,8 +2,8 @@
from os import path
-__version__ = '1.2.5'
-__version_info__ = (1, 2, 5)
+__version__ = '1.2.6'
+__version_info__ = (1, 2, 6)
package_dir = path.abspath(path.dirname(__file__))
9
0 commit comments