diff --git a/CHANGES b/CHANGES index 8d533a6..ae912dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Release 1.2.7 (2024-01-13) +========================== + +* Fix tests for sqlalchemy 2. +* Publish a ``whoosh`` extra. + Release 1.2.6 (2023-08-09) ========================== diff --git a/sphinxcontrib/websupport/__init__.py b/sphinxcontrib/websupport/__init__.py index 3a38e43..4f88364 100644 --- a/sphinxcontrib/websupport/__init__.py +++ b/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__))