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 24dff07 commit 641b1baCopy full SHA for 641b1ba
CHANGES
@@ -1,3 +1,9 @@
1
+Release 1.2.7 (2024-01-13)
2
+==========================
3
+
4
+* Fix tests for sqlalchemy 2.
5
+* Publish a ``whoosh`` extra.
6
7
Release 1.2.6 (2023-08-09)
8
==========================
9
sphinxcontrib/websupport/__init__.py
@@ -2,8 +2,8 @@
from os import path
-__version__ = '1.2.6'
-__version_info__ = (1, 2, 6)
+__version__ = '1.2.7'
+__version_info__ = (1, 2, 7)
package_dir = path.abspath(path.dirname(__file__))
0 commit comments