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 902874e commit ebc9d34Copy full SHA for ebc9d34
docs/src/release_notes.rst
@@ -8,6 +8,10 @@ These release notes are based on
8
sphinx-codeautolink adheres to
9
`Semantic Versioning <https://semver.org>`_.
10
11
+0.17.5 (2025-07-09)
12
+-------------------
13
+- Add ``Python`` to default lexers (:issue:`194`)
14
+
15
0.17.4 (2025-03-07)
16
-------------------
17
- Fix backreference links using relative URIs (:issue:`190`)
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.4"
+__version__ = "0.17.5"
def setup(app: Sphinx):
0 commit comments