8000 Prepare release 0.17.4 · felix-hilden/sphinx-codeautolink@24dffc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24dffc5

Browse files
committed
Prepare release 0.17.4
1 parent f0e1fb4 commit 24dffc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/release_notes.rst

Lines changed: 2 additions & 2 deletions
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.4 (2025-03-07)
12+
-------------------
1313
- Fix backreference links using relative URIs (:issue:`190`)
1414

1515
0.17.3 (2025-03-06)

src/sphinx_codeautolink/__init__.py

Lines changed: 1 addition & 1 deletion
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.3"
11+
__version__ = "0.17.4"
1212

1313

1414
def setup(app: Sphinx):

0 commit comments

Comments
 (0)
0