Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a9cf1e

Browse files
committed
Prepare release 0.17.1
1 parent 33c80b7 commit 8a9cf1e

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.1 (2025-02-24)
12+
-------------------
1313
- Add translations via i18n (:issue:`164`)
1414
- Fix attribute and call after walrus leading parser error (:issue:`174`)
1515
- Fix parsing error in doctest blocks with empty lines (:issue:`176`)

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.0"
11+
__version__ = "0.17.1"
1212

1313

1414
def setup(app: Sphinx):

0 commit comments

Comments
 (0)