Skip to content

Commit 641b1ba

Browse files
committed
Bump to 1.2.7 final
1 parent 24dff07 commit 641b1ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
Release 1.2.6 (2023-08-09)
28
==========================
39

sphinxcontrib/websupport/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from os import path
33

44

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

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

0 commit comments

Comments
 (0)