Skip to content

Commit ebc9d34

Browse files
committed
Release 0.17.5 (#194)
1 parent 902874e commit ebc9d34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/src/release_notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ These release notes are based on
88
sphinx-codeautolink adheres to
99
`Semantic Versioning <https://semver.org>`_.
1010

11+
0.17.5 (2025-07-09)
12+
-------------------
13+
- Add ``Python`` to default lexers (:issue:`194`)
14+
1115
0.17.4 (2025-03-07)
1216
-------------------
1317
- Fix backreference links using relative URIs (:issue:`190`)

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.4"
11+
__version__ = "0.17.5"
1212

1313

1414
def setup(app: Sphinx):

0 commit comments

Comments
 (0)