Skip to content

Commit 47d3293

Browse files
committed
Prepare release 0.17.2
1 parent 728e6dd commit 47d3293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/src/release_notes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ These release notes are based on
88
sphinx-codeautolink adheres to
99
`Semantic Versioning <https://semver.org>`_.
1010

11-
Unreleased
12-
----------
11+
0.17.2 (2025-03-02)
12+
-------------------
1313
- Support :rst:dir:`testsetup` from ``sphinx.ext.doctest`` as another
1414
type of preface (:issue:`186`)
1515

Diff for: src/sphinx_codeautolink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .extension.block import clean_ipython, clean_pycon
99
from .extension.translation import MESSAGE_CATALOG_NAME
1010

11-
__version__ = "0.17.1"
11+
__version__ = "0.17.2"
1212

1313

1414
def setup(app: Sphinx):

0 commit comments

Comments
 (0)