Skip to content

Commit

Permalink
Bump to 1.2.6 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 9, 2023
1 parent 5c516ef commit c4ed76e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 1.2.6 (2023-08-09)
==========================

* Fix tests for Sphinx 7.1 and below

Release 1.2.5 (2023-08-07)
==========================

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.5'
__version_info__ = (1, 2, 5)
__version__ = '1.2.6'
__version_info__ = (1, 2, 6)

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

Expand Down

0 comments on commit c4ed76e

Please sign in to comment.