Skip to content

Commit

Permalink
Bump to 1.2.7 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 13, 2024
1 parent 24dff07 commit 641b1ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
==========================

Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/websupport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down

0 comments on commit 641b1ba

Please sign in to comment.