Skip to content

Commit c4ed76e

Browse files
committed
Bump to 1.2.6 final
1 parent 5c516ef commit c4ed76e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 1.2.6 (2023-08-09)
2+
==========================
3+
4+
* Fix tests for Sphinx 7.1 and below
5+
16
Release 1.2.5 (2023-08-07)
27
==========================
38

sphinxcontrib/websupport/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from os import path
33

44

5-
__version__ = '1.2.5'
6-
__version_info__ = (1, 2, 5)
5+
__version__ = '1.2.6'
6+
__version_info__ = (1, 2, 6)
77

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

0 commit comments

Comments
 (0)