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 728e6dd commit 47d3293Copy full SHA for 47d3293
docs/src/release_notes.rst
@@ -8,8 +8,8 @@ These release notes are based on
8
sphinx-codeautolink adheres to
9
`Semantic Versioning <https://semver.org>`_.
10
11
-Unreleased
12
-----------
+0.17.2 (2025-03-02)
+-------------------
13
- Support :rst:dir:`testsetup` from ``sphinx.ext.doctest`` as another
14
type of preface (:issue:`186`)
15
src/sphinx_codeautolink/__init__.py
@@ -8,7 +8,7 @@
from .extension.block import clean_ipython, clean_pycon
from .extension.translation import MESSAGE_CATALOG_NAME
-__version__ = "0.17.1"
+__version__ = "0.17.2"
def setup(app: Sphinx):
0 commit comments