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 33c80b7 commit 8a9cf1eCopy full SHA for 8a9cf1e
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.1 (2025-02-24)
+-------------------
13
- Add translations via i18n (:issue:`164`)
14
- Fix attribute and call after walrus leading parser error (:issue:`174`)
15
- Fix parsing error in doctest blocks with empty lines (:issue:`176`)
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.0"
+__version__ = "0.17.1"
def setup(app: Sphinx):
0 commit comments